mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 14:57:59 +00:00
Enable pedantic lints on test suite in CI
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#![allow(
|
||||
clippy::decimal_literal_representation,
|
||||
clippy::empty_enum,
|
||||
clippy::manual_assert,
|
||||
clippy::needless_pass_by_value,
|
||||
clippy::unreadable_literal
|
||||
)]
|
||||
#![cfg_attr(feature = "unstable", feature(never_type))]
|
||||
|
||||
Reference in New Issue
Block a user