Suppress cast_lossless lint in test suite
This commit is contained in:
parent
2e597ed3f0
commit
8a630fea7c
@ -6,6 +6,8 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(cast_lossless))]
|
||||
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user