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 24460f7 commit ebc5c8fCopy full SHA for ebc5c8f
tests/lint_message_convention.rs
@@ -28,7 +28,7 @@ impl Message {
28
])
29
.unwrap();
30
31
- // sometimes the first character is capitalized and it is legal (like in "Iterator...") or
+ // sometimes the first character is capitalized and it is legal (like in "C-like enum variants") or
32
// we want to ask a question ending in "?"
33
let exceptions_set: RegexSet = RegexSet::new(&[
34
r".*C-like enum variant discriminant is not portable to 32-bit targets",
0 commit comments