diff --git a/schala-repl/src/repl/command_tree.rs b/schala-repl/src/repl/command_tree.rs index 26eff90..d1ceda5 100644 --- a/schala-repl/src/repl/command_tree.rs +++ b/schala-repl/src/repl/command_tree.rs @@ -19,7 +19,6 @@ pub enum CommandTree { help_msg: Option, action: DirectiveAction, }, - //TODO get rid of Top Top(Vec), }