From fcda1d466650d3eb587a1075b29c3bab0b08b078 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sat, 20 Feb 2021 14:12:08 -0500 Subject: [PATCH] remove meme comment --- src/parser.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/parser.rs b/src/parser.rs index 590a241..6221150 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -503,10 +503,6 @@ fn config_value<'a>(i: &'a str) -> IResult<&'a str, Vec>> { } fn value_impl<'a>(i: &'a str) -> IResult<&'a str, Vec>> { - // I wrote this code and don't know how it works. - // - // Even after sleeping on it I still don't know how it works. - let mut events = vec![]; let mut parsed_index: usize = 0; let mut offset: usize = 0;