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