Skip to content

Commit 928a380

Browse files
No compiler warning allowed
1 parent bc3dbfa commit 928a380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Please check the minimum version of Rust we use in `Cargo.toml`.
66
_If you are proposing a major change to CI or a new iterator adaptor for this crate,
77
then **please first file an issue** describing your proposal._
88

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)).
1212

1313
No guideline about using `#[inline]` yet.
1414

0 commit comments

Comments
 (0)