Update src/tools/clippy/clippy_lints/src/matches.rs

Co-authored-by: Ralf Jung <post@ralfj.de>
This commit is contained in:
CDirkx 2020-09-20 12:21:23 +02:00 committed by GitHub
parent a59d480649
commit bf70e21a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1563,7 +1563,7 @@ mod redundant_pattern_match {
"is_ok()",
"is_err()",
|| true,
|| true
|| true,
)
} else {
None