You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It always adds another 8 spaces before those four lines. I haven't been able to find a workaround for this (though if you find one, please let me know so I can re-enable my rustfmt Travis-CI build).
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This is an odd bug I found while running rustfmt on Criterion.rs.
Steps to reproduce:
cargo init rustfmt-test
test.rs
in the benches directory with the following code:cargo +nightly fmt
. Code now looks like this:cargo +nightly fmt
again. Code now looks like this:It always adds another 8 spaces before those four lines. I haven't been able to find a workaround for this (though if you find one, please let me know so I can re-enable my rustfmt Travis-CI build).
The text was updated successfully, but these errors were encountered: