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 74900c01..f9e987a6 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -3,7 +3,7 @@ mod buffer; pub mod commands; mod graphemes; mod selection; -mod state; +pub mod state; mod transaction; pub use ropey::{Rope, RopeSlice}; |