Re-exports§
pub use krate_spans::KrateSpans;pub use krate_spans::Manifest;pub use krate_spans::ManifestDep;pub use krate_spans::UnusedWorkspaceDep;
Modules§
- Contains general diagnostics that are shared between various checks
Structs§
- Each diagnostic will have a default severity, but these can be overridden by the user via the CLI so that eg. warnings can be made into errors on CI
- Implementation of
codespan_reporting::files::Files, which can also queryFileIdby path - Provides the
InclusionGrapher::write_graphmethod which creates a reverse dependency graph rooted at a specific node
Enums§
- A severity level for diagnostic messages.
Functions§
- A codespan config that modifies the character set used
Type Aliases§
- Channel type used to send diagnostics from checks