Trait rustc_lint::LintPass

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

Required Methods

Implementors