From cc058ad78fa6462b3bbe79035b10653f4c7691b6 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 1 Apr 2021 11:01:11 +0900 Subject: Simplify some code. --- helix-core/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-core/src') 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; -- cgit v1.2.3-70-g09d2