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 a6d7054 + 614eb53 commit 0fb71d0Copy full SHA for 0fb71d0
README.md
@@ -90,7 +90,7 @@ notes above on running rustfmt.
90
91
Rustfmt is designed to be very configurable. You can create a TOML file called
92
rustfmt.toml, place it in the project directory and it will apply the options
93
-in that file. See `cargo run -- --config-help` for the options which are available,
+in that file. See `rustfmt --config-help` for the options which are available,
94
or if you prefer to see source code, [src/config.rs](src/config.rs).
95
96
By default, Rustfmt uses a style which (mostly) conforms to the
0 commit comments