Skip to content

Commit 68ebe75

Browse files
IndexSeekiffyio
andauthored
Update src/ast/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 9a42c3f commit 68ebe75

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ast/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3383,7 +3383,6 @@ pub enum Statement {
33833383
/// <https://docs.snowflake.com/en/sql-reference/sql/alter-iceberg-table>
33843384
iceberg: bool,
33853385
/// Token that represents the end of the statement (semicolon or EOF)
3386-
/// Used for accurate span calculation
33873386
end_token: AttachedToken,
33883387
},
33893388
/// ```sql

0 commit comments

Comments
 (0)