We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4e042 commit 1aa39cfCopy full SHA for 1aa39cf
CONTRIBUTING.md
@@ -9,6 +9,8 @@ then **please first file an issue** describing your proposal._
9
10
To pass CI tests successfully, your code must be free of "compiler warnings" and "clippy warnings" and be "rustfmt" formatted.
11
12
+Note that small PRs are easier to review and therefore are more easily merged.
13
+
14
## Write a new method/adaptor for `Itertools` trait
15
In general, the code logic should be tested with [quickcheck](https://crates.io/crates/quickcheck) tests in `tests/quick.rs`
16
which allow us to test properties about the code with randomly generated inputs.
0 commit comments