summaryrefslogtreecommitdiff
path: root/src/lib.rs
blob: 28d7f24deb8b22ae07f4241b17615392efd024ed (plain)
1
2
3
4
5
6
7
//! Diagnostic reporting support for the codespan crate.

#![forbid(unsafe_code)]

pub mod diagnostic;
pub mod files;
pub mod term;