--- a/rust/rhg/src/commands.rs Thu Aug 13 16:22:15 2020 +0200 +++ b/rust/rhg/src/commands.rs Wed Sep 09 12:07:05 2020 +0200 @@ -1,3 +1,4 @@ +pub mod debugdata; pub mod files; pub mod root; use crate::error::CommandError;