We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469af67 commit 76529b9Copy full SHA for 76529b9
CONTRIBUTING.md
@@ -96,7 +96,7 @@ ignore the cross-compile test failures or disable them by
96
using `CFG_DISABLE_CROSS_TESTS=1 cargo test`. Note that some tests are enabled
97
only on `nightly` toolchain. If you can, test both toolchains.
98
* All code changes are expected to comply with the formatting suggested by `rustfmt`.
99
-You can use `rustup component add --toolchain nightly rustfmt-preview` to install `rustfmt` and use
+You can use `rustup component add --toolchain nightly rustfmt` to install `rustfmt` and use
100
`rustfmt +nightly --unstable-features --skip-children` on the changed files to automatically format your code.
101
* Push your commits to GitHub and create a pull request against Cargo's
102
`master` branch.
0 commit comments