diff options
author | Blaž Hrastnik | 2021-03-22 03:40:07 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-03-22 03:40:07 +0000 |
commit | cbcacb1063c9b6384867a6078a75595ae2ff6861 (patch) | |
tree | 0b1b48b06eacd14a1ac0eb06581d79b92a01e573 /helix-core/src/lib.rs | |
parent | c4792efead160859d17f8ca969869037b7d2e1d5 (diff) |
Merge some imports.
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r-- | helix-core/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 6b991881..a8a449ca 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -51,8 +51,7 @@ pub use tendril::StrTendril as Tendril; pub use {regex, tree_sitter}; pub use position::{coords_at_pos, pos_at_coords, Position}; -pub use selection::Range; -pub use selection::Selection; +pub use selection::{Range, Selection}; pub use syntax::Syntax; pub use diagnostic::Diagnostic; |