From d921d77ab612606967ba2a9d0a780c6a429fbfe3 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:33:12 +0200 Subject: [PATCH] removed TODO Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- crates/reporting/src/error/parse.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/reporting/src/error/parse.rs b/crates/reporting/src/error/parse.rs index a1b0075ff3..f4d943e70f 100644 --- a/crates/reporting/src/error/parse.rs +++ b/crates/reporting/src/error/parse.rs @@ -4480,7 +4480,6 @@ fn to_unfinished_ability_report<'a>( enum Next<'a> { Keyword(&'a str), // Operator(&'a str), - // TODO ask Folkert for unused fields str and char #[allow(dead_code)] Close(&'a str, char), Token(&'a str),