Ignore clippy in number conversion tests
This commit is contained in:
parent
5498dc0550
commit
7e7044d457
@ -1,4 +1,5 @@
|
||||
#![allow(
|
||||
clippy::cast_lossless,
|
||||
clippy::decimal_literal_representation,
|
||||
clippy::empty_enum,
|
||||
clippy::manual_assert,
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![allow(clippy::empty_enum)]
|
||||
#![allow(clippy::empty_enum, clippy::unreadable_literal)]
|
||||
#![cfg_attr(feature = "unstable", feature(never_type))]
|
||||
|
||||
use serde::Deserialize;
|
||||
|
Loading…
Reference in New Issue
Block a user