mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-01 11:47: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
|
@ -49,8 +49,7 @@ impl TestedDialects {
|
|||
if let Some((prev_dialect, prev_parsed)) = s {
|
||||
assert_eq!(
|
||||
prev_parsed, parsed,
|
||||
"Parse results with {:?} are different from {:?}",
|
||||
prev_dialect, dialect
|
||||
"Parse results with {prev_dialect:?} are different from {dialect:?}"
|
||||
);
|
||||
}
|
||||
Some((dialect, parsed))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue