rust/clippy_lints
bors 0bdaa77d95 Auto merge of #6941 - ThibsG:suggMatchSingleBinding, r=llogiq
Fix bad suggestion for `match_single_binding` lint

Fix a bad suggestion that needs curly braces when the target `match` is the body of an arm.

Fixes #6572

changelog: none
2021-03-20 17:35:21 +00:00
..
src Auto merge of #6941 - ThibsG:suggMatchSingleBinding, r=llogiq 2021-03-20 17:35:21 +00:00
Cargo.toml Get rid of some unused dependecies 2021-03-16 14:51:57 +01:00
README.md

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