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

Required Methods

Implementors