Expand description
Suppression helpers exposed for editor and embedding surfaces.
Structs§
- Suppression
- A suppression directive parsed from a source comment.
Enums§
- Issue
Kind - Issue kind for suppression matching.
Functions§
- is_
file_ suppressed - Check if the entire file is suppressed (for issue types that don’t have line numbers).
- is_
suppressed - Check if a specific issue at a given line should be suppressed.