mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 03:07:20 +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
|
@ -209,7 +209,7 @@ fn parse_show_create() {
|
|||
ShowCreateObject::View,
|
||||
] {
|
||||
assert_eq!(
|
||||
mysql_and_generic().verified_stmt(format!("SHOW CREATE {} myident", obj_type).as_str()),
|
||||
mysql_and_generic().verified_stmt(format!("SHOW CREATE {obj_type} myident").as_str()),
|
||||
Statement::ShowCreate {
|
||||
obj_type: *obj_type,
|
||||
obj_name: obj_name.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue