mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 20:38:02 +00:00
Ignore unreadable_literal lint in test code
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#![allow(clippy::decimal_literal_representation)]
|
||||
#![allow(clippy::decimal_literal_representation, clippy::unreadable_literal)]
|
||||
#![cfg_attr(feature = "unstable", feature(never_type))]
|
||||
|
||||
use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet};
|
||||
|
||||
Reference in New Issue
Block a user