Modules§
Structs§
Statics§
Traits§
Functions§
- apply_
file_ fixes - Applies the fixes to the file.
- get_
fixes - Gets the fixes for a set of a compiler diagnostics (that uses Cairo lint analyzer plugin).
- get_
separated_ fixes - Gets all possible fixes for a set of compiler diagnostics (that uses Cairo lint analyzer plugin) without resolving overlapping fixes. This is needed when you want to see all potential fixes, even if they might conflict with each other.
- is_
panic_ diagnostic - Checks if the diagnostic is a panic diagnostic.
Type Aliases§
- Cairo
Lint Tool Metadata - Describes tool metadata for the Cairo lint. IMPORTANT: This one is a public type, so watch out when modifying it, as it might break the backwards compatibility.