Skip to content

Commit bf70e21

Browse files
CDirkxRalfJung
andauthored
Update src/tools/clippy/clippy_lints/src/matches.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent a59d480 commit bf70e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ mod redundant_pattern_match {
15631563
"is_ok()",
15641564
"is_err()",
15651565
|| true,
1566-
|| true
1566+
|| true,
15671567
)
15681568
} else {
15691569
None

0 commit comments

Comments
 (0)