mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 21:25:31 +00:00
Remove unused import
This commit is contained in:
parent
e247b89c1a
commit
c78f92f713
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
use crate::text_size::{TextRange, TextSize};
|
||||
|
||||
pub use crate::builtin::*;
|
||||
|
||||
pub trait Ranged {
|
||||
fn range(&self) -> TextRange;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue