Skip to content

Commit bb037a2

Browse files
nyurikxFrednet
andauthored
Update clippy_lints/src/manual_ignore_case_cmp.rs
Co-authored-by: Fridtjof Stoldt <[email protected]>
1 parent b86410e commit bb037a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/manual_ignore_case_cmp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl LateLintPass<'_> for ManualIgnoreCaseCmp {
109109
cx,
110110
MANUAL_IGNORE_CASE_CMP,
111111
expr.span,
112-
"manually doing case-insensitive ASCII comparison",
112+
"manual case-insensitive ASCII comparison",
113113
|diag| {
114114
diag.span_suggestion_verbose(
115115
expr.span,

0 commit comments

Comments
 (0)