mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 03:51:04 +00:00
Ignore clippy in number conversion tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#![allow(
|
#![allow(
|
||||||
|
clippy::cast_lossless,
|
||||||
clippy::decimal_literal_representation,
|
clippy::decimal_literal_representation,
|
||||||
clippy::empty_enum,
|
clippy::empty_enum,
|
||||||
clippy::manual_assert,
|
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))]
|
#![cfg_attr(feature = "unstable", feature(never_type))]
|
||||||
|
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
|||||||
Reference in New Issue
Block a user