mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
9058b040c8
[`manual_range_patterns`]: lint negative values Fixes #11091. Now also lints negative values in patterns (`-1 | -2 | -3`) changelog: [`manual_range_patterns`]: lint negative values