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.
1 parent d698bf4 commit 8f92d1bCopy full SHA for 8f92d1b
Contributing.md
@@ -98,7 +98,7 @@ hacking on the rustfmt codebase. It's strongly discouraged to install a version
98
of rustfmt from source. Instead, run it using `cargo run`, and `--manifest-path`.
99
100
```
101
-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
102
103
104
### Version-gate formatting changes
0 commit comments