Actually the Top variant is doing something useful

This commit is contained in:
greg 2019-06-05 02:42:34 -07:00
parent f1d1042916
commit 6fb9b4c2d3
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ pub enum CommandTree {
help_msg: Option<String>,
action: DirectiveAction,
},
//TODO get rid of Top
Top(Vec<CommandTree>),
}