Skip to content

Commit f5e7abc

Browse files
committed
Stupid warning needs #![allow(clippy::manual_is_multiple_of)]
1 parent 147ca29 commit f5e7abc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@
223223
#![warn(rust_2018_idioms)]
224224
#![deny(missing_docs)] // refuse to compile if documentation is missing
225225
#![allow(clippy::needless_lifetimes)]
226+
#![allow(clippy::manual_is_multiple_of)]
226227

227228
#[cfg(feature = "std")]
228229
#[macro_use]

0 commit comments

Comments
 (0)