ruff_diagnostics 0.0.10

This is an internal component crate of Ruff
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;