Ignore decimal_literal_representation in test suite
This commit is contained in:
parent
9317bc5afa
commit
9db784bccd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user