aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-04-01 02:01:11 +0000
committerBlaž Hrastnik2021-04-01 02:04:25 +0000
commitcc058ad78fa6462b3bbe79035b10653f4c7691b6 (patch)
tree3670cdf8494b49180d52952ef7a11089c150f455 /helix-core/src
parent0dbd5b61ef4b75ba141b0b52636f3ba7c61c70cb (diff)
Simplify some code.
Diffstat (limited to 'helix-core/src')
-rw-r--r--helix-core/src/lib.rs1
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;