Trait LintPass
rustc_ap_rustc_lint_defs
pub trait LintPass { fn name(&self) -> &'static str; }
fn name(&self) -> &'static str
impl LintPass for HardwiredLints
impl LintPass for UnusedDocComment