mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-23 04:55:25 +00:00
Cleanup
This commit is contained in:
parent
535ec930c9
commit
7e48ec46b9
120 changed files with 14151 additions and 18060 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue