Ignore unreadable_literal lint in test code
This commit is contained in:
parent
85ae57040d
commit
5f72766c27
@ -1,4 +1,4 @@
|
|||||||
#![allow(clippy::decimal_literal_representation)]
|
#![allow(clippy::decimal_literal_representation, clippy::unreadable_literal)]
|
||||||
#![cfg_attr(feature = "unstable", feature(never_type))]
|
#![cfg_attr(feature = "unstable", feature(never_type))]
|
||||||
|
|
||||||
use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet};
|
use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet};
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#![allow(clippy::unreadable_literal)]
|
||||||
#![cfg_attr(feature = "unstable", feature(never_type))]
|
#![cfg_attr(feature = "unstable", feature(never_type))]
|
||||||
|
|
||||||
use std::cell::RefCell;
|
use std::cell::RefCell;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user