rslint_errors 0.2.0

Pretty error reporting library based on codespan-reporting built for the RSLint project
Documentation
//! Diagnostic reporting support for the codespan crate.

#![allow(clippy::all, warnings)]

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