[][src]Trait rustc_ap_rustc_lint_defs::LintPass

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

Required methods

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

Loading content...

Implementors

impl LintPass for HardwiredLints[src]

impl LintPass for UnusedDocComment[src]

Loading content...