diff options
| author | CDirkx <christiaan@dirkx.email> | 2020-09-20 12:21:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-20 12:21:23 +0200 |
| commit | ac0d0696169d0e69504dface45544132525244b6 (patch) | |
| tree | 8bc05ef02adfe99b79a62ebc11a43f74cc74170e | |
| parent | 292e2f71a76dd0b9ecb8a975e5e5564e7563d965 (diff) | |
| download | rust-ac0d0696169d0e69504dface45544132525244b6.tar.gz rust-ac0d0696169d0e69504dface45544132525244b6.zip | |
Update src/tools/clippy/clippy_lints/src/matches.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
| -rw-r--r-- | clippy_lints/src/matches.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/matches.rs b/clippy_lints/src/matches.rs index d20662f1ef9..e88ff070fb5 100644 --- a/clippy_lints/src/matches.rs +++ b/clippy_lints/src/matches.rs @@ -1563,7 +1563,7 @@ mod redundant_pattern_match { "is_ok()", "is_err()", || true, - || true + || true, ) } else { None |
