diff --git a/src/main.rs b/src/main.rs index c3bcaa9..d793495 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,7 +27,6 @@ fn main() { let json = json::parse(s).unwrap(); - // TODO I think there is a better alternative syntax to match here. let json_outputs = if let JsonValue::Array(vec) = json { vec