Trait rustc_ap_rustc_lint_defs::LintPass[][src]

pub trait LintPass {
    fn name(&self) -> &'static str;
}

Required methods

Implementors