Skip to content

Commit 0ee0f09

Browse files
committed
Allow manual_div_ceil
Until our MSRV reaches 1.73.0, we're gonna need to keep allowing it.
1 parent 726dd5c commit 0ee0f09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/check-lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUSTFLAGS='-D warnings' cargo clippy -- \
3535
-A clippy::len_without_is_empty \
3636
-A clippy::len_zero \
3737
-A clippy::let_and_return \
38+
-A clippy::manual_div_ceil \
3839
-A clippy::manual_filter \
3940
-A clippy::manual_map \
4041
-A clippy::manual_memcpy \

0 commit comments

Comments
 (0)