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 744a259 commit fec2ebaCopy full SHA for fec2eba
compiler/rustc_interface/src/passes.rs
@@ -339,7 +339,7 @@ fn early_lint_checks(tcx: TyCtxt<'_>, (): ()) {
339
} else {
340
match keyword {
341
"const" | "static" => FerrisFix::ScreamingSnakeCase,
342
- "trait" | "mod" | "union" | "type" | "enum" => FerrisFix::PascalCase,
+ "struct" | "trait" | "mod" | "union" | "type" | "enum" => FerrisFix::PascalCase,
343
_ => FerrisFix::SnakeCase,
344
}
345
0 commit comments