Structs§
- Lint
Expectation - This struct represents a lint expectation and holds all required information
to emit the
unfulfilled_lint_expectations
lint if it is unfulfilled after theLateLintPass
has completed. - Shallow
Lint Level Map - Return type for the
shallow_lint_levels_on
query.
Enums§
- Lint
Level Source - How a lint level was set.
Functions§
- explain_
lint_ 🔒level_ source - lint_
level - The innermost function for emitting lints.
- reveal_
actual_ level - From an initial level and source, verify the effect of special annotations:
warnings
lint level and lint caps.
Type Aliases§
- Level
AndSource - A tuple of a lint level and its source.