rust/rhg/src/commands.rs
changeset 45528 66756b34c06e
parent 45438 ed95ccc94333
child 45542 33ded2d3f4fc
--- 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;