mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 16:17:55 +00:00
Suppress a new pedantic lint
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
feature = "cargo-clippy",
|
||||
allow(
|
||||
// not available in our oldest supported compiler
|
||||
checked_conversions,
|
||||
const_static_lifetime,
|
||||
empty_enum,
|
||||
redundant_field_names,
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
feature = "cargo-clippy",
|
||||
allow(
|
||||
cast_possible_truncation,
|
||||
checked_conversions,
|
||||
doc_markdown,
|
||||
enum_glob_use,
|
||||
filter_map,
|
||||
|
||||
Reference in New Issue
Block a user