remove fixme

This commit is contained in:
Victor Timofei 2023-09-05 20:49:01 +03:00
parent e76b4014cd
commit 04ece2b9a7
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 0 additions and 4 deletions

View File

@ -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,