about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--clippy_lints/src/matches.rs2
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