mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-24 20:27:57 +00:00
Update serde_derive_internals ignored lints
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
feature = "cargo-clippy",
|
||||
allow(
|
||||
cyclomatic_complexity,
|
||||
doc_markdown,
|
||||
match_same_arms,
|
||||
redundant_field_names
|
||||
redundant_field_names,
|
||||
trivially_copy_pass_by_ref
|
||||
)
|
||||
)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user