Fix code formatting + check it on bors#266
Conversation
|
r? @ryankurte (rust-highfive has picked a reviewer for you, use r? to override) |
|
bors try |
therealprof
left a comment
There was a problem hiding this comment.
LGTM, thanks.
bors r+
|
bors r=therealprof |
|
Already running a review |
|
Timed out. |
tryTimed out. |
|
bors r=therealprof |
|
Canceled. |
|
bors try |
|
bors try |
tryAlready running a review |
|
bors try |
tryAlready running a review |
|
Sorry for the back and forth. The bors requirements were not right. |
tryTimed out. |
|
Just for reference: I'm not super keen on the idea of making formatting checks mandatory. We had problems in the past when formatting rules changed (similar to clippy rules) and we should actually run CI on a schedule and not just on PRs (which should be fine since they should be up-to-date re formatting). Here's to hope that Rust is not going to make a lot of tweaks to the formatting to not get back at us. 😅 Let's see how it goes. |
|
True. clippy bit me all over the place with a rule I believe is not good and I am still not even done updating all my drivers to disregard it. fmt has been quite stable so far, but yeah, good point. |
This was missed in #246.