Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | lib/text-size/src/range.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/text-size/src/range.rs b/lib/text-size/src/range.rs index 339acf8599..789d300665 100644 --- a/lib/text-size/src/range.rs +++ b/lib/text-size/src/range.rs @@ -2,7 +2,7 @@ use { crate::TextSize, std::{ cmp, fmt, - ops::{Bound, Index, IndexMut, Range, RangeBounds, RangeFrom}, + ops::{Bound, Index, IndexMut, Range, RangeBounds}, }, }; |