Static rustc_lint::internal::USAGE_OF_TY_TYKIND
source ยท pub static USAGE_OF_TY_TYKIND: &Lint
Expand description
The usage_of_ty_tykind
lint detects usages of ty::TyKind::<kind>
,
where ty::<kind>
would suffice.