☰
Trait LintPass
Required Methods
name
Implementors
Other items in
rustc_lint_defs
All crates
?
Trait
rustc_lint_defs
::
LintPass
[
−
]
[src]
pub trait LintPass { fn
name
(&self) -> &'static
str
; }
Required methods
[src]
fn
name
(&self) -> &'static
str
Implementors
[src]
impl
LintPass
for
HardwiredLints
[src]
impl
LintPass
for
UnusedDocComment