mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-10 14:28:56 +00:00
chore: fix clippy error in ci (#803)
* chore: fix clippy error in ci * chore: fix fmt
This commit is contained in:
parent
4955863bdf
commit
b31ede7733
16 changed files with 371 additions and 444 deletions
|
|
@ -25,5 +25,5 @@ fn main() {
|
|||
|
||||
let ast = Parser::parse_sql(&dialect, sql).unwrap();
|
||||
|
||||
println!("AST: {:?}", ast);
|
||||
println!("AST: {ast:?}");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue