Trait rustc_ap_rustc_lint_defs::LintPass[][src]

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

Required methods

fn name(&self) -> &'static str[src]

Loading content...

Implementors

impl LintPass for HardwiredLints[src]

fn name(&self) -> &'static str[src]

impl LintPass for UnusedDocComment[src]

fn name(&self) -> &'static str[src]

Loading content...