diff --git a/src/lib.rs b/src/lib.rs index 9ac7a85..623a248 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -71,7 +71,7 @@ //! [`Max`]: ./struct.Max.html //! [`concatenate`]: ./macro.concatenate.html -#![cfg_attr(feature = "cargo-clippy", allow(float_cmp, map_clone))] +#![cfg_attr(feature = "cargo-clippy", allow(float_cmp))] #![no_std]