File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Please check the minimum version of Rust we use in `Cargo.toml`.
6
6
_ If you are proposing a major change to CI or a new iterator adaptor for this crate,
7
7
then ** please first file an issue** describing your proposal._
8
8
9
- To pass CI tests, you should run ` cargo fmt ` and it might become mandatory that
10
- your code changes are free of "compile warnings" and "clippy warnings"
11
- (see [ #720 ] ( https://github.com/rust-itertools/itertools/pull/720 ) and [ # 740 ] ( https://github.com/rust-itertools/itertools/pull/740 ) ).
9
+ To pass CI tests, your code should be free of "compiler warnings" and "rustfmt" formatted.
10
+ And it might become mandatory that your code changes are free of "clippy warnings"
11
+ (see [ #740 ] ( https://github.com/rust-itertools/itertools/pull/740 ) ).
12
12
13
13
No guideline about using ` #[inline] ` yet.
14
14
You can’t perform that action at this time.
0 commit comments