rustc_
lint_
defs
1.84.0-nightly
(86d69c705 2024-10-22)
Lint
Pass
Required Methods
name
Implementors
In crate rustc_
lint_
defs
rustc_lint_defs
Trait
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