File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,9 @@ of helpers to minimize boilerplate.
81
81
installed locally, ignore the cross-compile test failures or disable them by
82
82
using ` CFG_DISABLE_CROSS_TESTS=1 cargo test ` . Note that some tests are enabled
83
83
only on ` nightly ` toolchain. If you can, test both toolchains.
84
- * All code is expected to comply with the formatting suggested by ` rustfmt ` ;
85
- discrepancy is considered an error by CI, so a pull request with unsound
86
- formatting will not be accepted. You can use ` rustup component add rustfmt-preview `
87
- to install ` rustfmt ` and use ` cargo fmt ` to automatically format your code.
84
+ * All code changes are expected to comply with the formatting suggested by ` rustfmt ` .
85
+ You can use ` rustup component add rustfmt-preview ` to install ` rustfmt ` and use
86
+ ` cargo fmt ` on the changed files to automatically format your code.
88
87
* Push your commits to GitHub and create a pull request against Cargo's
89
88
` master ` branch.
90
89
You can’t perform that action at this time.
0 commit comments