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

Required Methods§

source

fn name(&self) -> &'static str

Implementors§

source§

impl LintPass for HardwiredLints

source§

impl LintPass for UnusedDocComment