rust/rhg/src/commands.rs
changeset 45364 5fe25f8ef5d9
parent 45361 47997afadf08
child 45438 ed95ccc94333
--- a/rust/rhg/src/commands.rs	Wed Jul 29 15:49:44 2020 +0200
+++ b/rust/rhg/src/commands.rs	Wed Jul 29 10:21:17 2020 +0200
@@ -1,3 +1,4 @@
+pub mod files;
 pub mod root;
 use crate::error::CommandError;