mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 21:41:24 +00:00
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")]
|
#![doc(html_root_url = "https://docs.rs/serde_test/1.0.18")]
|
||||||
|
|
||||||
|
#![cfg_attr(feature = "cargo-clippy", allow(float_cmp))]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate serde;
|
extern crate serde;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user