Skip to content

Commit

Permalink
Suppress new manual_range_contains lint
Browse files Browse the repository at this point in the history
RangeInclusive::contains was stabilized in rust 1.35.0, but we still
support 1.31.0.
  • Loading branch information
dtolnay committed Oct 31, 2020
1 parent 64bb396 commit ec7eeb6
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::manual_range_contains,
clippy::match_like_matches_macro,
clippy::match_single_binding,
clippy::needless_doctest_main,
Expand Down

0 comments on commit ec7eeb6

Please sign in to comment.