aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/increment/mod.rs
diff options
context:
space:
mode:
authorJason Rodney Hansen2021-11-26 02:58:23 +0000
committerIvan Tham2021-12-05 08:22:58 +0000
commit37e484ee38eb5a9b4da280960fb1e29939ee9d39 (patch)
tree9b62b76528731b023d014f0e41d21f02c443800a /helix-core/src/increment/mod.rs
parentc9641fccedc51737a74ed47009279fa688462ea9 (diff)
Add support for time and more date formats
Diffstat (limited to 'helix-core/src/increment/mod.rs')
-rw-r--r--helix-core/src/increment/mod.rs2
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};