rustc_
lint_
defs
1.83.0-beta.4
(67512dee7 2024-11-02)
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