mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-20 03:25:46 +00:00
Ignore indexing_slicing pedantic lint
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
feature = "cargo-clippy",
|
feature = "cargo-clippy",
|
||||||
allow(
|
allow(
|
||||||
items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else,
|
items_after_statements, doc_markdown, stutter, similar_names, use_self, single_match_else,
|
||||||
enum_glob_use, match_same_arms, filter_map, cast_possible_truncation
|
enum_glob_use, match_same_arms, filter_map, cast_possible_truncation, indexing_slicing,
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
// The `quote!` macro requires deep recursion.
|
// The `quote!` macro requires deep recursion.
|
||||||
|
|||||||
Reference in New Issue
Block a user