Run cargo fmt#471
Conversation
|
@bors-servo r=me |
|
@bors-servo r+ |
|
📌 Commit 58b3ed1 has been approved by |
| // Try to catch a bitfield contination early. | ||
| if let (Some(ref mut bitfield_width), Some(width)) = | ||
| (current_bitfield_width, field.bitfield()) { | ||
| (current_bitfield_width, field.bitfield()) { |
There was a problem hiding this comment.
I often wouldn't make the specific choices rustfmt makes, but that's not really the point ;) The point is not having to make the choices, and argue about them with each other.
Woops :( I just wanted to get this stuff out from cluttering up my own feature branch :-/ |
|
Maybe we should revisit the decision not to fail CI on unformatted code? |
|
You mean to fail CI on unformatted code? Yeah, that's probably fine, and avoids these noisy diffs. |
Ok, will send a new PR for this soon. |
Run `cargo fmt` It's been a while, and we have a lot of reformatting with the latest version of `rustfmt`.
|
☀️ Test successful - status-travis |
It's been a while, and we have a lot of reformatting with the latest version of
rustfmt.