From a52b397d6f0e279997954894c8dfa43f05b2f5f2 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Nov 2018 14:00:38 +0100 Subject: parser::mode(): Remove comment about verifying '}' This functions correctly. No need for the TODO. --- src/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/parser.rs b/src/parser.rs index 4bad78b..94dbbc8 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -598,7 +598,7 @@ where whitespace_separator(), token('{'), map_collection(), - token('}'), // Verify that this is parsed on its own line, not inside a map + token('}'), ).map(|(_, _, trigger, _, _, collection, _)| Mode { trigger: trigger, -- cgit v1.2.3