We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726dd5c commit 1ff77aeCopy full SHA for 1ff77ae
ci/check-lint.sh
@@ -35,6 +35,7 @@ RUSTFLAGS='-D warnings' cargo clippy -- \
35
-A clippy::len_without_is_empty \
36
-A clippy::len_zero \
37
-A clippy::let_and_return \
38
+ -A clippy::manual_div_ceil `# to be removed once we hit MSRV 1.73.0` \
39
-A clippy::manual_filter \
40
-A clippy::manual_map \
41
-A clippy::manual_memcpy \
0 commit comments