mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 07:21:12 +00:00
Update serde_derive_internals ignored lints
This commit is contained in:
parent
ba8c3970b0
commit
f1f8386f2e
@ -4,9 +4,8 @@
|
|||||||
feature = "cargo-clippy",
|
feature = "cargo-clippy",
|
||||||
allow(
|
allow(
|
||||||
cyclomatic_complexity,
|
cyclomatic_complexity,
|
||||||
doc_markdown,
|
redundant_field_names,
|
||||||
match_same_arms,
|
trivially_copy_pass_by_ref
|
||||||
redundant_field_names
|
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user