mirror of
https://github.com/serde-rs/json.git
synced 2025-09-30 22:41:51 +00:00
Suppress new manual_range_contains lint
RangeInclusive::contains was stabilized in rust 1.35.0, but we still support 1.31.0.
This commit is contained in:
parent
64bb3962bd
commit
ec7eeb6933
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user