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 b0eb899 + 87c5654 commit 348a6e3Copy full SHA for 348a6e3
README.md
@@ -126,7 +126,7 @@ completed without error (whether or not changes were made).
126
## Checking style on a CI server
127
128
To keep your code base consistently formatted, it can be helpful to fail the CI build
129
-when a pull request contains unformatted code. Using `--write-mode=check` instructs
+when a pull request contains unformatted code. Using `--check` instructs
130
rustfmt to exit with an error code if the input is not formatted correctly.
131
It will also print any found differences.
132
0 commit comments