Whitelist float_cmp lint in serde_test
This commit is contained in:
parent
88f5b9511d
commit
23fa83941e
@ -157,6 +157,8 @@
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/serde_test/1.0.18")]
|
||||
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp))]
|
||||
|
||||
#[macro_use]
|
||||
extern crate serde;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user