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,5 +1,9 @@
|
||||
#![deny(trivial_numeric_casts)]
|
||||
#![allow(clippy::enum_variant_names, clippy::redundant_field_names)]
|
||||
#![allow(
|
||||
clippy::enum_variant_names,
|
||||
clippy::redundant_field_names,
|
||||
clippy::too_many_lines
|
||||
)]
|
||||
|
||||
mod bytes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user