Skip to content

Commit 6aab6ec

Browse files
authored
Update spans.rs
1 parent 5963d9d commit 6aab6ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ast/spans.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,6 @@ impl Spanned for TableFactor {
19171917
lateral: _,
19181918
subquery,
19191919
alias,
1920-
sample: _,
19211920
} => subquery
19221921
.span()
19231922
.union_opt(&alias.as_ref().map(|alias| alias.span())),

0 commit comments

Comments
 (0)