From 6fb9b4c2d35e41074ab60288005b422572f83d03 Mon Sep 17 00:00:00 2001 From: greg Date: Wed, 5 Jun 2019 02:42:34 -0700 Subject: [PATCH] Actually the Top variant is doing something useful --- schala-repl/src/repl/command_tree.rs | 1 - 1 file changed, 1 deletion(-) 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), }