Allow manual_div_ceil

Until our MSRV reaches 1.73.0, we're gonna need
to keep allowing it.
This commit is contained in:
Arik Sosman 2024-12-04 16:43:53 -08:00
parent 726dd5cad3
commit 1ff77aef60
No known key found for this signature in database
GPG Key ID: CFF795E7811C0093

View File

@ -35,6 +35,7 @@ RUSTFLAGS='-D warnings' cargo clippy -- \
-A clippy::len_without_is_empty \
-A clippy::len_zero \
-A clippy::let_and_return \
-A clippy::manual_div_ceil `# to be removed once we hit MSRV 1.73.0` \
-A clippy::manual_filter \
-A clippy::manual_map \
-A clippy::manual_memcpy \