Skip to content

Commit c9396cc

Browse files
committed
tidy
1 parent 1625d13 commit c9396cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint/src/non_ascii_idents.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ impl EarlyLintPass for NonAsciiIdents {
201201
(IdentifierType::Limited_Use, "Limited_Use"),
202202
(IdentifierType::Not_NFKC, "Not_NFKC"),
203203
] {
204-
let codepoints: Vec<_> =
204+
let codepoints: Vec<_> =
205205
chars.extract_if(|(_, ty)| *ty == Some(id_ty)).collect();
206206
if codepoints.is_empty() {
207207
continue;

0 commit comments

Comments
 (0)