diff options
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r-- | helix-core/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 8675fc6f..7a0518d8 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -5,7 +5,7 @@ mod selection; mod state; mod transaction; -pub use ropey::Rope; +pub use ropey::{Rope, RopeSlice}; pub use tendril::StrTendril as Tendril; pub use buffer::Buffer; |