mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
Update src/tools/clippy/clippy_lints/src/matches.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
This commit is contained in:
parent
292e2f71a7
commit
ac0d069616
@ -1563,7 +1563,7 @@ mod redundant_pattern_match {
|
||||
"is_ok()",
|
||||
"is_err()",
|
||||
|| true,
|
||||
|| true
|
||||
|| true,
|
||||
)
|
||||
} else {
|
||||
None
|
||||
|
Loading…
Reference in New Issue
Block a user