☰
LintPass
Required Methods
name
Implementors
In rustc_lint_defs
?
Trait
rustc_lint_defs
::
LintPass
source
·
[
−
]
pub trait LintPass { fn
name
(&self) -> &'static
str
; }
Required Methods
source
fn
name
(&self) -> &'static
str
Implementors
source
impl
LintPass
for
HardwiredLints
source
impl
LintPass
for
UnusedDocComment