Skip to main content

rajac_diagnostics/
span.rs

1use std::ops::Range;
2
3#[derive(Debug, Clone, PartialEq, Eq)]
4pub struct Span(pub Range<usize>);