Skip to content

Commit a55a2f5

Browse files
committed
Remove unneeded import
1 parent a9ed5d3 commit a55a2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/range.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use {
22
crate::TextSize,
33
std::{
44
cmp, fmt,
5-
ops::{Bound, Index, IndexMut, Range, RangeBounds, RangeFrom},
5+
ops::{Bound, Index, IndexMut, Range, RangeBounds},
66
},
77
};
88

0 commit comments

Comments
 (0)