remove fixme
This commit is contained in:
parent
e76b4014cd
commit
04ece2b9a7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue