Skip to content

Commit e6989da

Browse files
authored
Merge pull request #326 from matiisi/patch-1
add missing argument separator
2 parents c0e5f9c + a48119d commit e6989da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2018-12-06-Rust-1.31-and-rust-2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ This release includes Rustfmt 1.0. From now on we guarantee backwards
334334
compatibility for Rustfmt: if you can format your code today, then the
335335
formatting will not change in the future (only with the default options).
336336
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
337+
(use `cargo fmt -- --check`). Try that and 'format on save' in your editor to
338338
revolutionize your workflow.
339339

340340
IDE support is one of the most requested tooling features for Rust. There are

0 commit comments

Comments
 (0)