rust/clippy_lints
Michael Wright 1ede540b21 Fix false positive in match_overlapping_arm
The bug was dues to the constant bytes being compared instead of their
values. This meant that negative values were being treated as larger
than some positive values.

Fixes #7829
2021-10-20 06:13:42 +02:00
..
src Fix false positive in match_overlapping_arm 2021-10-20 06:13:42 +02:00
Cargo.toml Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup 2021-09-28 18:03:12 +01:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.