pub static LINT_PASS_IMPL_WITHOUT_MACRO: &Lint
The lint_pass_impl_without_macro detects manual implementations of a lint pass, without using [declare_lint_pass] or [impl_lint_pass].
lint_pass_impl_without_macro
declare_lint_pass
impl_lint_pass