rust/rhg/src/commands.rs
changeset 45049 513b3ef277a3
parent 44982 bacf6c7ef01b
child 45361 47997afadf08
--- a/rust/rhg/src/commands.rs	Mon Jul 06 22:02:50 2020 -0400
+++ b/rust/rhg/src/commands.rs	Fri Jun 05 09:01:35 2020 +0200
@@ -1,3 +1,4 @@
+pub mod root;
 use crate::error::CommandError;
 
 /// The common trait for rhg commands