mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-18 05:12:38 +01:00
Allow manual_div_ceil
Until our MSRV reaches 1.73.0, we're gonna need to keep allowing it.
This commit is contained in:
parent
726dd5cad3
commit
1ff77aef60
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user