We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0e5f9c + a48119d commit e6989daCopy full SHA for e6989da
posts/2018-12-06-Rust-1.31-and-rust-2018.md
@@ -334,7 +334,7 @@ This release includes Rustfmt 1.0. From now on we guarantee backwards
334
compatibility for Rustfmt: if you can format your code today, then the
335
formatting will not change in the future (only with the default options).
336
Backwards compatibility means that running Rustfmt on your CI is practical
337
-(use `cargo fmt --check`). Try that and 'format on save' in your editor to
+(use `cargo fmt -- --check`). Try that and 'format on save' in your editor to
338
revolutionize your workflow.
339
340
IDE support is one of the most requested tooling features for Rust. There are
0 commit comments