Skip to content

Commit 00dd7db

Browse files
Allow more capitalized words
1 parent 0ef518c commit 00dd7db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

compiler/rustc_macros/src/diagnostics/message.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ const ALLOWED_CAPITALIZED_WORDS: &[&str] = &[
156156
"MIR",
157157
"NaNs",
158158
"OK",
159+
"Rust",
160+
"Unicode",
159161
"VS",
160162
// tidy-alphabetical-end
161163
];

0 commit comments

Comments
 (0)