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.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/helix-stdx/src/lib.rs b/helix-stdx/src/lib.rs
index e371f392..19602c20 100644
--- a/helix-stdx/src/lib.rs
+++ b/helix-stdx/src/lib.rs
@@ -1,10 +1,4 @@
-//! Extensions to the standard library. A collection of helper functions
-//! used throughout helix.
-
pub mod env;
pub mod faccess;
pub mod path;
-pub mod range;
pub mod rope;
-
-pub use range::Range;