mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-23 22:56:54 +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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue