Structs§
- Early
Lint Visitor - Visitor struct for
EarlyLintPass
es
Traits§
- Early
Lint Pass - Trait for lints that operate directly on the AST.
Its methods mirror
ast::visit::Visit
, with the addition ofLintCotext
.
EarlyLintPass
esast::visit::Visit
, with the addition of LintCotext
.