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,