rslint_errors 0.2.0

Pretty error reporting library based on codespan-reporting built for the RSLint project
Documentation
1
2
3
4
5
6
7
//! Diagnostic reporting support for the codespan crate.

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

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