Reenable clippy lint that no longer gives false positives
This commit is contained in:
parent
2ee38b9d57
commit
4bcc52ef25
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user