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.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/helix-stdx/src/lib.rs b/helix-stdx/src/lib.rs
deleted file mode 100644
index e371f392..00000000
--- a/helix-stdx/src/lib.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-//! 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;