Modules§
Structs§
- Early
Lint Visitor - Visitor struct for
EarlyLintPass
es - Late
Lint Visitor - Visitor struct for
LateLintPass
es - Lint
Context - Linter
Config - Suggestion
Enums§
Traits§
- Early
Lint Pass - Trait for lints that operate directly on the AST.
Its methods mirror
ast::visit::Visit
, with the addition ofLintCotext
. - Late
Lint Pass - Trait for lints that operate on the HIR (High-level Intermediate Representation).
Its methods mirror
hir::visit::Visit
, with the addition ofLintCotext
. - Lint
- Linter
- Trait representing a generic linter for analyzing and reporting issues in smart contract source code files.
Functions§
- hyperlink 🔒
- Creates a hyperlink of the input url.