Ignore decimal_literal_representation in test suite

This commit is contained in:
David Tolnay 2018-01-29 21:52:21 -08:00
parent 9317bc5afa
commit 9db784bccd
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -8,7 +8,7 @@
// https://github.com/rust-lang/rust/issues/47311
#![allow(unused_parens)]
#![cfg_attr(feature = "cargo-clippy", allow(double_parens))]
#![cfg_attr(feature = "cargo-clippy", allow(decimal_literal_representation, double_parens))]
#[macro_use]
extern crate serde_derive;