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 9a9438f commit d79922dCopy full SHA for d79922d
CONTRIBUTING.md
@@ -100,7 +100,7 @@ compared. Make sure you have `rustfmt` up to date:
100
101
```
102
$ rustup update nightly
103
-$ rustup run nightly cargo install -f rustfmt-nightly
+$ rustup component add rustfmt --toolchain nightly
104
105
106
Note: running `cargo test` from the root directory of `bindgen`'s repository does not
tests/tests.rs
@@ -49,7 +49,7 @@ The latest `rustfmt` is required to run the `bindgen` test suite. Install
49
`rustfmt` with:
50
51
52
- $ rustup run nightly cargo install -f rustfmt-nightly
+ $ rustup component add rustfmt --toolchain nightly
53
"
54
);
55
}
0 commit comments