Skip to content

Commit

Permalink
Clippy cyclomatic complexity lint has been renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 10, 2019
1 parent ac0d8f6 commit 295730b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serde_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#![cfg_attr(
feature = "cargo-clippy",
allow(
cyclomatic_complexity,
cognitive_complexity,
enum_variant_names,
needless_pass_by_value,
redundant_field_names,
Expand Down
2 changes: 1 addition & 1 deletion serde_derive_internals/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#![cfg_attr(
feature = "cargo-clippy",
allow(
cyclomatic_complexity,
cognitive_complexity,
redundant_field_names,
trivially_copy_pass_by_ref
)
Expand Down

0 comments on commit 295730b

Please sign in to comment.