Skip to content

Commit 71c4a89

Browse files
committed
Pub use TextRange, TextSize
1 parent 5e2c68f commit 71c4a89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/line-index/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
mod tests;
77

88
use nohash_hasher::IntMap as NoHashHashMap;
9-
use text_size::{TextRange, TextSize};
9+
10+
pub use text_size::{TextRange, TextSize};
1011

1112
/// Maps flat [`TextSize`] offsets into `(line, column)` representation.
1213
#[derive(Clone, Debug, PartialEq, Eq)]

0 commit comments

Comments
 (0)