Skip to content

Commit 348a6e3

Browse files
authored
Merge pull request #2718 from pbougue/doc_remove_write-mode
Remove "write-mode" from doc
2 parents b0eb899 + 87c5654 commit 348a6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ completed without error (whether or not changes were made).
126126
## Checking style on a CI server
127127

128128
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
129+
when a pull request contains unformatted code. Using `--check` instructs
130130
rustfmt to exit with an error code if the input is not formatted correctly.
131131
It will also print any found differences.
132132

0 commit comments

Comments
 (0)