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
9696using ` CFG_DISABLE_CROSS_TESTS=1 cargo test ` . Note that some tests are enabled
9797only on ` nightly ` toolchain. If you can, test both toolchains.
9898* 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
100100` rustfmt +nightly --unstable-features --skip-children ` on the changed files to automatically format your code.
101101* Push your commits to GitHub and create a pull request against Cargo's
102102` master ` branch.
You can’t perform that action at this time.
0 commit comments