Merge pull request #2910 from OddBloke/patch-1

Correct the ordering of the config help option
This commit is contained in:
Seiichi Uchida 2018-08-11 12:27:29 +09:00 committed by GitHub
commit af3c3c694b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ notes above on running rustfmt.
Rustfmt is designed to be very configurable. You can create a TOML file called
`rustfmt.toml` or `.rustfmt.toml`, place it in the project or any other parent
directory and it will apply the options in that file. See `rustfmt
--config=help` for the options which are available, or if you prefer to see
--help=config` for the options which are available, or if you prefer to see
visual style previews, [Configurations.md](Configurations.md).
By default, Rustfmt uses a style which conforms to the [Rust style guide][style