sightline-ruff-diagnostics 0.1.0

sightline's fork of ruff_diagnostics, an internal crate of ruff and ty (astral-sh/ruff), as the sightline binary pins it
Documentation
1
2
3
4
5
6
7
pub use edit::Edit;
pub use fix::{Applicability, Fix, IsolationLevel};
pub use source_map::{SourceMap, SourceMarker};

mod edit;
mod fix;
mod source_map;