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
..

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