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 ea5197c commit f18ae26Copy full SHA for f18ae26
src/librustc_lint/lib.rs
@@ -111,6 +111,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
111
add_early_builtin!(sess,
112
UnusedParens,
113
UnusedImportBraces,
114
+ UnsafeCode,
115
AnonymousParameters,
116
UnusedDocComment,
117
BadRepr,
@@ -134,7 +135,6 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
134
135
NonSnakeCase: NonSnakeCase,
136
NonUpperCaseGlobals: NonUpperCaseGlobals,
137
NonShorthandFieldPatterns: NonShorthandFieldPatterns,
- UnsafeCode: UnsafeCode,
138
UnusedAllocation: UnusedAllocation,
139
MissingCopyImplementations: MissingCopyImplementations,
140
UnstableFeatures: UnstableFeatures,
0 commit comments