rust/clippy_lints
bors 118594ffa2 Auto merge of #5291 - ThibsG:FixSingleBinding, r=flip1995
Fix match single binding when in a let stmt

Fix bad suggestion when `match_single_binding` lints when inside a local (let) statement.

Fixes #5267

changelog: none
2020-03-09 16:04:26 +00:00
..
src Auto merge of #5291 - ThibsG:FixSingleBinding, r=flip1995 2020-03-09 16:04:26 +00:00
Cargo.toml deps: bump itertools 0.8 -> 0.9 2020-03-08 01:33:17 +01:00
README.md

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