Skip to content

Commit 0b874bd

Browse files
committed
string pattern : add semicolon to be clippy compatible
1 parent ed98f8a commit 0b874bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/string_patterns.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ fn check_manual_pattern_char_comparison(cx: &LateContext<'_>, method_arg: &Expr<
220220
},
221221
Ordering::Less => {},
222222
},
223-
)
223+
);
224224
}
225225
}
226226

0 commit comments

Comments
 (0)