Register USAGE_OF_TYPE_IR_INHERENT, remove inherent usages
This commit is contained in:
parent
f44efbf9e1
commit
047e77cff1
3 changed files with 4 additions and 5 deletions
|
@ -641,6 +641,7 @@ fn register_internals(store: &mut LintStore) {
|
|||
LintId::of(LINT_PASS_IMPL_WITHOUT_MACRO),
|
||||
LintId::of(USAGE_OF_QUALIFIED_TY),
|
||||
LintId::of(NON_GLOB_IMPORT_OF_TYPE_IR_INHERENT),
|
||||
LintId::of(USAGE_OF_TYPE_IR_INHERENT),
|
||||
LintId::of(BAD_OPT_ACCESS),
|
||||
LintId::of(SPAN_USE_EQ_CTXT),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue