remove meme comment

This commit is contained in:
Edward Shen 2021-02-20 14:12:08 -05:00
parent 3bd46913d3
commit fcda1d4666
Signed by: edward
GPG key ID: 19182661E818369F

View file

@ -503,10 +503,6 @@ fn config_value<'a>(i: &'a str) -> IResult<&'a str, Vec<Event<'a>>> {
} }
fn value_impl<'a>(i: &'a str) -> IResult<&'a str, Vec<Event<'a>>> { fn value_impl<'a>(i: &'a str) -> IResult<&'a str, Vec<Event<'a>>> {
// 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 events = vec![];
let mut parsed_index: usize = 0; let mut parsed_index: usize = 0;
let mut offset: usize = 0; let mut offset: usize = 0;