1 //! Diagnostic reporting support for the codespan crate.
2 
3 pub mod diagnostic;
4 pub mod files;
5 pub mod term;
6