There was an error while loading. Please reload this page.
1 parent 147ca29 commit f5e7abcCopy full SHA for f5e7abc
1 file changed
src/lib.rs
@@ -223,6 +223,7 @@
223
#![warn(rust_2018_idioms)]
224
#![deny(missing_docs)] // refuse to compile if documentation is missing
225
#![allow(clippy::needless_lifetimes)]
226
+#![allow(clippy::manual_is_multiple_of)]
227
228
#[cfg(feature = "std")]
229
#[macro_use]
0 commit comments