diff options
| author | HTGAzureX1212. <39023054+HTGAzureX1212@users.noreply.github.com> | 2024-01-23 21:17:06 +0800 |
|---|---|---|
| committer | HTGAzureX1212. <39023054+HTGAzureX1212@users.noreply.github.com> | 2024-01-23 21:17:06 +0800 |
| commit | da1d0c4a6913dded1deaba602f677674dcbbe21f (patch) | |
| tree | 129cea49f05ed1a63367ec8ebce379bf04baac42 | |
| parent | 3a07333a8aa873fcb75d50541f7f209e2a04f80f (diff) | |
| download | rust-da1d0c4a6913dded1deaba602f677674dcbbe21f.tar.gz rust-da1d0c4a6913dded1deaba602f677674dcbbe21f.zip | |
tidy
| -rw-r--r-- | compiler/rustc_lint/messages.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint/messages.ftl b/compiler/rustc_lint/messages.ftl index b4506990d4f..5652a34103b 100644 --- a/compiler/rustc_lint/messages.ftl +++ b/compiler/rustc_lint/messages.ftl @@ -240,7 +240,7 @@ lint_hidden_unicode_codepoints = unicode codepoint changing visible direction of lint_identifier_non_ascii_char = identifier contains non-ASCII characters -lint_identifier_uncommon_codepoints = identifier contains {$codepoints_len -> +lint_identifier_uncommon_codepoints = identifier contains {$codepoints_len -> [one] an uncommon Unicode codepoint *[other] uncommon Unicode codepoints }: {$codepoints} |
