Reenable clippy lint that no longer gives false positives

This commit is contained in:
Vinzent Steinberg 2018-01-10 16:04:29 +01:00
parent 2ee38b9d57
commit 4bcc52ef25
1 changed files with 1 additions and 1 deletions

View File

@ -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]