diff options
Diffstat (limited to 'helix-core/src/increment/mod.rs')
-rw-r--r-- | helix-core/src/increment/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/increment/mod.rs b/helix-core/src/increment/mod.rs index 71a1f183..f5945774 100644 --- a/helix-core/src/increment/mod.rs +++ b/helix-core/src/increment/mod.rs @@ -1,4 +1,4 @@ -pub mod date; +pub mod date_time; pub mod number; use crate::{Range, Tendril}; |