style: newline b/w Span::{UNDEFINED, new}

This commit is contained in:
Erich Gubler 2024-09-30 09:29:13 -04:00
parent 78928654a2
commit 25b2b6afa1

View File

@ -11,6 +11,7 @@ pub struct Span {
impl Span {
pub const UNDEFINED: Self = Self { start: 0, end: 0 };
/// Creates a new `Span` from a range of byte indices
///
/// Note: end is exclusive, it doesn't belong to the `Span`