rustc_lint_defs
1.81.0-nightly
(032be6f7b 2024-07-16)
LintPass
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