Suppress cast_lossless lint in test suite

This commit is contained in:
David Tolnay 2017-09-09 11:08:19 -07:00
parent 2e597ed3f0
commit 8a630fea7c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

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