blob: 28d7f24deb8b22ae07f4241b17615392efd024ed [file] [log] [blame]
//! Diagnostic reporting support for the codespan crate.
#![forbid(unsafe_code)]
pub mod diagnostic;
pub mod files;
pub mod term;