Static rustc_lint::internal::USAGE_OF_QUALIFIED_TY
source ยท pub static USAGE_OF_QUALIFIED_TY: &Lint
Expand description
The usage_of_qualified_ty
lint detects usages of ty::TyKind
,
where Ty
should be used instead.