summaryrefslogtreecommitdiff
path: root/src/user/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/mod.rs')
-rw-r--r--src/user/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/user/mod.rs b/src/user/mod.rs
index 60ec209..95bec2f 100644
--- a/src/user/mod.rs
+++ b/src/user/mod.rs
@@ -2,9 +2,8 @@
pub mod app;
pub mod create;
pub mod event;
-pub mod handlers;
mod history;
-mod id;
+pub mod id;
pub mod repo;
mod snapshot;
mod validate;