rustc_lint_defs

Trait LintPass

Source
pub trait LintPass {
    // Required methods
    fn name(&self) -> &'static str;
    fn get_lints(&self) -> LintVec;
}

Required Methods§

Source

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

Source

fn get_lints(&self) -> LintVec

Implementors§