rust/clippy_lints
Lukas Lueg e87a5a1cc5 Dont lint on match pattern-binding
Fixes #9347

Technically it is possible to have a blank match-pattern that does
nothing, and we fail to lint. But its easier to be safe than sorry here.
2022-08-18 19:30:56 +02:00
..
2022-08-18 19:30:56 +02:00
2022-08-11 19:26:38 +02:00

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