]> git.lizzy.rs Git - rust.git/commit
Add lint for redundant pattern matching in iflet for Result/Option
authord-dorazio <d.dorazio96@gmail.com>
Sat, 29 Oct 2016 16:56:12 +0000 (18:56 +0200)
committerd-dorazio <d.dorazio96@gmail.com>
Sun, 30 Oct 2016 14:43:46 +0000 (15:43 +0100)
commitd21304038166e4d7822a9f51bdb814c9e832b58a
tree12cf1780529cf033a7ca1258f7779577d4b63a32
parent502416fa78fdb47e98e9983da5a101de49454b0a
Add lint for redundant pattern matching in iflet for Result/Option
13 files changed:
CHANGELOG.md
README.md
clippy_lints/src/approx_const.rs
clippy_lints/src/arithmetic.rs
clippy_lints/src/doc.rs
clippy_lints/src/if_let_redundant_pattern_matching.rs [new file with mode: 0644]
clippy_lints/src/lib.rs
clippy_lints/src/methods.rs
clippy_lints/src/minmax.rs
clippy_lints/src/ok_if_let.rs
clippy_lints/src/utils/paths.rs
tests/compile-fail/if_let_redundant_pattern_matching.rs [new file with mode: 0644]
tests/compile-fail/matches.rs