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