File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ ignore the cross-compile test failures or disable them by
96
96
using ` CFG_DISABLE_CROSS_TESTS=1 cargo test ` . Note that some tests are enabled
97
97
only on ` nightly ` toolchain. If you can, test both toolchains.
98
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
99
+ You can use ` rustup component add --toolchain nightly rustfmt ` to install ` rustfmt ` and use
100
100
` rustfmt +nightly --unstable-features --skip-children ` on the changed files to automatically format your code.
101
101
* Push your commits to GitHub and create a pull request against Cargo's
102
102
` master ` branch.
You can’t perform that action at this time.
0 commit comments