Skip to content

Commit da1d0c4

Browse files
committed
tidy
1 parent 3a07333 commit da1d0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint/messages.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ lint_hidden_unicode_codepoints = unicode codepoint changing visible direction of
240240
241241
lint_identifier_non_ascii_char = identifier contains non-ASCII characters
242242
243-
lint_identifier_uncommon_codepoints = identifier contains {$codepoints_len ->
243+
lint_identifier_uncommon_codepoints = identifier contains {$codepoints_len ->
244244
[one] an uncommon Unicode codepoint
245245
*[other] uncommon Unicode codepoints
246246
}: {$codepoints}

0 commit comments

Comments
 (0)