Skip to content

Commit 9819b2f

Browse files
committed
Removed Expr::TypedString from list of missing spans in docs
1 parent db16ff8 commit 9819b2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ast/spans.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,6 @@ impl Spanned for AssignmentTarget {
14101410
/// f.e. `IS NULL <expr>` reports as `<expr>::span`.
14111411
///
14121412
/// Missing spans:
1413-
/// - [Expr::TypedString] # missing span for data_type
14141413
/// - [Expr::MatchAgainst] # MySQL specific
14151414
/// - [Expr::RLike] # MySQL specific
14161415
/// - [Expr::Struct] # BigQuery specific

0 commit comments

Comments
 (0)