mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 20:11:02 +00:00
Whitelist float_cmp lint in serde_test
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user