rustc_
lint_
defs
1.82.0
(f6e511eec 2024-10-15)
Lint
Pass
Required Methods
name
Implementors
In crate rustc_
lint_
defs
Trait
rustc_lint_defs
::
LintPass
Copy item path
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