This commit is contained in:
Micha Reiser 2023-05-12 19:43:56 +02:00
parent 535ec930c9
commit 7e48ec46b9
No known key found for this signature in database
120 changed files with 14151 additions and 18060 deletions

View file

@ -3,7 +3,7 @@ pub use ruff_source_location::*;
pub type LineNumber = OneIndexed;
#[derive(Debug)]
#[derive(Debug, Copy, Clone)]
pub struct SourceRange {
pub start: SourceLocation,
pub end: Option<SourceLocation>,