Skip to content

Commit

Permalink
Suppress match_like_matches_macro clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 15, 2020
1 parent 3022064 commit f8787c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serde_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#![allow(
clippy::cognitive_complexity,
clippy::enum_variant_names,
clippy::match_like_matches_macro,
clippy::needless_pass_by_value,
clippy::too_many_arguments,
clippy::trivially_copy_pass_by_ref,
Expand Down

0 comments on commit f8787c3

Please sign in to comment.