Skip to content

Commit

Permalink
Ignore clippy::manual_non_exhaustive lint
Browse files Browse the repository at this point in the history
We'll fix this as tracked in #694.
  • Loading branch information
dtolnay committed May 15, 2020
1 parent f6c814a commit 2b22ffe
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 @@ -260,6 +260,7 @@
clippy::eval_order_dependence,
clippy::inherent_to_string,
clippy::large_enum_variant,
clippy::manual_non_exhaustive,
clippy::match_on_vec_items,
clippy::needless_doctest_main,
clippy::needless_pass_by_value,
Expand Down

0 comments on commit 2b22ffe

Please sign in to comment.