From 04ece2b9a705fea47108ae523a842b2f1bbb08c5 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Tue, 5 Sep 2023 20:49:01 +0300 Subject: [PATCH] remove fixme --- src/ast.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ast.rs b/src/ast.rs index 246c986..09d17f4 100644 --- a/src/ast.rs +++ b/src/ast.rs @@ -28,10 +28,6 @@ impl Debug for Program { } } -// FIXME: rename ExampleStatement structs to Example. -// we already know it's a statement since it impls -// `Statement`, this isn't Java world. - #[derive(Debug)] pub struct Let { pub token: Token,