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