Module cargo_deny::diag
source · Structs
- Each diagnostic will have a default severity, but these can be overriden by the user via the CLI so that eg. warnings can be made into errors on CI
- A handle that points to a file in the database.
- Provides the
InclusionGrapher::write_graphmethod which creates a reverse dependency graph rooted at a specific node
Enums
- A severity level for diagnostic messages.
Functions
Type Aliases
- Channel type used to send diagnostics from checks