Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/lib.rs')
| -rw-r--r-- | helix-core/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 2bf75f69..89c960ed 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -54,7 +54,6 @@ pub type Tendril = SmartString<smartstring::LazyCompact>; #[doc(inline)] pub use {regex, tree_sitter}; -pub use graphemes::RopeGraphemes; pub use position::{ char_idx_at_visual_offset, coords_at_pos, pos_at_coords, softwrapped_dimensions, visual_offset_from_anchor, visual_offset_from_block, Position, VisualOffsetError, |