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
I know I've been adding code to crates.io that isn't necessarily idiomatic rust formatting and I'd like to stop thinking about it and just run rustfmt :) There's probably a lot of code that isn't formatted the way rustfmt would do it though!!
This bug involves:
Installing rustfmt on your machine if you haven't yet, using the "Quick start" instructions in their README
Run cargo fmt in your crates.io checkout
Send in a PR for whatever it recommends changing
Fix the tests if any fail (hopefully they shouldn't!)