We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c01099 commit b11232eCopy full SHA for b11232e
Contributing.md
@@ -103,10 +103,10 @@ To run `rustfmt` on a file:
103
cargo run --bin rustfmt -- path/to/file.rs
104
```
105
106
-If you want to test modified `cargo-fmt`, or run `rustfmt` on the whole project:
+If you want to test modified `cargo-fmt`, or run `rustfmt` on the whole project (You may need to build rustfmt first):
107
108
109
-cargo build --bin rustfmt && RUSTFMT="./target/debug/rustfmt" cargo run --bin cargo-fmt -- --manifest-path path/to/project/you/want2test/Cargo.toml
+RUSTFMT="./target/debug/rustfmt" cargo run --bin cargo-fmt -- --manifest-path path/to/project/you/want2test/Cargo.toml
110
111
112
### Version-gate formatting changes
0 commit comments