rust/clippy_lints
bors cc637bacfa Auto merge of #9092 - tamaroning:fix-needless-match, r=llogiq
Fix false positives of needless_match

closes: #9084
made needless_match take into account arm in the form of `_ if => ...`

changelog: none
2022-08-21 13:22:21 +00:00
..
2022-08-11 19:26:38 +02:00

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