mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-26 00:27:56 +00:00
Ignore indexing_slicing pedantic lint
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
feature = "cargo-clippy",
|
||||
allow(
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user