mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 01:11:01 +00:00
Ignore decimal_literal_representation in test suite
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
// https://github.com/rust-lang/rust/issues/47311
|
// https://github.com/rust-lang/rust/issues/47311
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
#![cfg_attr(feature = "cargo-clippy", allow(double_parens))]
|
#![cfg_attr(feature = "cargo-clippy", allow(decimal_literal_representation, double_parens))]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate serde_derive;
|
extern crate serde_derive;
|
||||||
|
|||||||
Reference in New Issue
Block a user