Remove unused import

This commit is contained in:
yt2b 2024-01-20 15:54:47 +09:00
parent e247b89c1a
commit c78f92f713

View file

@ -1,7 +1,5 @@
use crate::text_size::{TextRange, TextSize};
pub use crate::builtin::*;
pub trait Ranged {
fn range(&self) -> TextRange;