Hacker News new | ask | show | jobs
by JoshTriplett 2255 days ago
Yes, cargo fix just runs rustfix on all the files in your project and passes the same flags cargo does to rustc. (Similarly, cargo fmt runs rustfmt on all the files in your project.)