Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-stdx/src/lib.rs')
| -rw-r--r-- | helix-stdx/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-stdx/src/lib.rs b/helix-stdx/src/lib.rs index 19602c20..d09df587 100644 --- a/helix-stdx/src/lib.rs +++ b/helix-stdx/src/lib.rs @@ -1,4 +1,7 @@ pub mod env; pub mod faccess; pub mod path; +pub mod range; pub mod rope; + +pub use range::Range; |