blob: 145a4f316be89b27e17c6a6656d0ef91991002e6 [file] [log] [blame]
//! Diagnostic reporting support for the codespan crate.
pub mod diagnostic;
pub mod files;
pub mod term;