address requested changes
This commit is contained in:
parent
f3682a1304
commit
3a07333a8a
7 changed files with 18 additions and 13 deletions
|
@ -1109,6 +1109,7 @@ pub struct IdentifierNonAsciiChar;
|
|||
#[diag(lint_identifier_uncommon_codepoints)]
|
||||
pub struct IdentifierUncommonCodepoints {
|
||||
pub codepoints: Vec<char>,
|
||||
pub codepoints_len: usize,
|
||||
}
|
||||
|
||||
#[derive(LintDiagnostic)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue