Skip to content

Commit

Permalink
Update src/tools/clippy/clippy_lints/src/matches.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <post@ralfj.de>
  • Loading branch information
CDirkx and RalfJung committed Sep 20, 2020
1 parent a59d480 commit bf70e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/clippy/clippy_lints/src/matches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ mod redundant_pattern_match {
"is_ok()",
"is_err()",
|| true,
|| true
|| true,
)
} else {
None
Expand Down

0 comments on commit bf70e21

Please sign in to comment.