Removed Expr::TypedString from list of missing spans in docs

This commit is contained in:
Joshua McQuistan 2025-07-02 14:59:35 +01:00
parent db16ff8916
commit 9819b2f002

View file

@ -1410,7 +1410,6 @@ impl Spanned for AssignmentTarget {
/// f.e. `IS NULL <expr>` reports as `<expr>::span`.
///
/// Missing spans:
/// - [Expr::TypedString] # missing span for data_type
/// - [Expr::MatchAgainst] # MySQL specific
/// - [Expr::RLike] # MySQL specific
/// - [Expr::Struct] # BigQuery specific