Whitelist float_cmp lint in serde_test

This commit is contained in:
David Tolnay 2017-11-06 22:26:01 -08:00
parent 88f5b9511d
commit 23fa83941e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

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