diff options
Diffstat (limited to 'helix-stdx/src/lib.rs')
-rw-r--r-- | helix-stdx/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-stdx/src/lib.rs b/helix-stdx/src/lib.rs index ae3c3a98..68fe3ec3 100644 --- a/helix-stdx/src/lib.rs +++ b/helix-stdx/src/lib.rs @@ -1,2 +1,3 @@ pub mod env; pub mod path; +pub mod rope; |