Skip to content

Commit b45d227

Browse files
committed
Remove outdated comment
1 parent 19e110f commit b45d227

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ast/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ pub enum Statement {
555555
/// ASSERT <condition> [AS <message>]
556556
Assert {
557557
condition: Expr,
558-
// AS or ,
559558
message: Option<Expr>,
560559
},
561560
}

0 commit comments

Comments
 (0)