Revision control
Copy as Markdown
Other Tools
//! Diagnostic reporting support for the codespan crate.
#![forbid(unsafe_code)]
pub mod diagnostic;
pub mod files;
pub mod term;
//! Diagnostic reporting support for the codespan crate.
#![forbid(unsafe_code)]
pub mod diagnostic;
pub mod files;
pub mod term;