summaryrefslogtreecommitdiffstats
path: root/src/help/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/help/mod.rs')
-rw-r--r--src/help/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/help/mod.rs b/src/help/mod.rs
index 013e492..d5aa82e 100644
--- a/src/help/mod.rs
+++ b/src/help/mod.rs
@@ -1,4 +1,5 @@
#[allow(clippy::module_inception)]
mod help;
+mod utils;
pub use self::help::Help;