From 55df340bd10b2b93f82d35b24d4d4be034b4dba1 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 29 Oct 2018 00:39:47 +0100 Subject: run_key_action(): Remove TODO comment This has already been handled. See the condition just below the comment. --- src/map.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/map.rs b/src/map.rs index cdc5ae1..ea28d3f 100644 --- a/src/map.rs +++ b/src/map.rs @@ -49,7 +49,6 @@ pub fn run_key_action<'a>( } } - // TODO: make sure this doesn't run when in_mode if state.in_mode.is_none() { if let Some(map) = map { run_action(&map); -- cgit v1.2.3