Merge pull request #2718 from pbougue/doc_remove_write-mode

Remove "write-mode" from doc
This commit is contained in:
Nick Cameron 2018-05-19 11:29:25 +12:00 committed by GitHub
commit 348a6e3063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ completed without error (whether or not changes were made).
## Checking style on a CI server
To keep your code base consistently formatted, it can be helpful to fail the CI build
when a pull request contains unformatted code. Using `--write-mode=check` instructs
when a pull request contains unformatted code. Using `--check` instructs
rustfmt to exit with an error code if the input is not formatted correctly.
It will also print any found differences.