diff options
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 30b3d37f..b3ce3c47 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -53,6 +53,7 @@ pub use {regex, tree_sitter}; pub use position::{coords_at_pos, pos_at_coords, Position}; pub use selection::{Range, Selection}; +pub use smallvec::SmallVec; pub use syntax::Syntax; pub use diagnostic::Diagnostic; |