Skip to content

Commit 87c5654

Browse files
author
Pierre-Etienne Bougue
committed
Remove "write-mode" from doc
"write-mode" param is now deleted and mentioning it in doc was misleading
1 parent b0eb899 commit 87c5654

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)