From fd98e743e888e8fbddf4987213afbb19dd148fd7 Mon Sep 17 00:00:00 2001 From: Shafkath Shuhan Date: Wed, 23 Jun 2021 02:03:34 -0400 Subject: Handle non-UTF8 files --- helix-core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core/src') diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 7d51f88c..ae135b00 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -101,7 +101,7 @@ pub use etcetera::home_dir; use etcetera::base_strategy::{choose_base_strategy, BaseStrategy}; -pub use ropey::{Rope, RopeSlice}; +pub use ropey::{Rope, RopeBuilder, RopeSlice}; pub use tendril::StrTendril as Tendril; -- cgit v1.2.3-70-g09d2