Skip to content

Commit 9b7f039

Browse files
upgrade to 0.58.0
1 parent 5384fca commit 9b7f039

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ast/helpers/attached_token.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ use sqlparser_derive::{Visit, VisitMut};
8181
/// // period @ line 2, column 20
8282
#[derive(Clone)]
8383
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize, DFConvert))]
84-
#[df_path(df_sqlparser::ast::helpers::attached_token)]
8584
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
8685
pub struct AttachedToken(pub TokenWithSpan);
8786

0 commit comments

Comments
 (0)