We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1625d13 commit c9396ccCopy full SHA for c9396cc
compiler/rustc_lint/src/non_ascii_idents.rs
@@ -201,7 +201,7 @@ impl EarlyLintPass for NonAsciiIdents {
201
(IdentifierType::Limited_Use, "Limited_Use"),
202
(IdentifierType::Not_NFKC, "Not_NFKC"),
203
] {
204
- let codepoints: Vec<_> =
+ let codepoints: Vec<_> =
205
chars.extract_if(|(_, ty)| *ty == Some(id_ty)).collect();
206
if codepoints.is_empty() {
207
continue;
0 commit comments