1
Fork 0

Register USAGE_OF_TYPE_IR_INHERENT, remove inherent usages

This commit is contained in:
Michael Goulet 2025-02-19 07:19:25 +00:00
parent f44efbf9e1
commit 047e77cff1
3 changed files with 4 additions and 5 deletions

View file

@ -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),
],