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 ae8d93d commit b102478
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 @@ -309,6 +309,7 @@
clippy::doc_markdown,
clippy::excessive_precision,
clippy::float_cmp,
clippy::match_like_matches_macro,
clippy::match_single_binding,
clippy::needless_doctest_main,
clippy::transmute_ptr_to_ptr,
Expand Down

0 comments on commit b102478

Please sign in to comment.