1 //! Diagnostic reporting support for the codespan crate.
2 
3 #![forbid(unsafe_code)]
4 
5 pub mod diagnostic;
6 pub mod files;
7 pub mod term;
8