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 a7953b0 commit 7ab667f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@
clippy::inherent_to_string,
clippy::large_enum_variant,
clippy::manual_non_exhaustive,
clippy::match_like_matches_macro,
clippy::match_on_vec_items,
clippy::needless_doctest_main,
clippy::needless_pass_by_value,
Expand Down

0 comments on commit 7ab667f

Please sign in to comment.