Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 23, 2023
1 parent 3baa308 commit f0484e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sqlparser_duckdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ fn test_select_union_by_name() {
] {
let expected = Box::<SetExpr>::new(SetExpr::SetOperation {
op: SetOperator::Union,
set_quantifier: expected_quantifier.clone(),
set_quantifier: expected_quantifier,

Check failure on line 146 in tests/sqlparser_duckdb.rs

View workflow job for this annotation

GitHub Actions / compile

mismatched types

Check failure on line 146 in tests/sqlparser_duckdb.rs

View workflow job for this annotation

GitHub Actions / lint

mismatched types

Check failure on line 146 in tests/sqlparser_duckdb.rs

View workflow job for this annotation

GitHub Actions / test (stable)

mismatched types

Check failure on line 146 in tests/sqlparser_duckdb.rs

View workflow job for this annotation

GitHub Actions / test (beta)

mismatched types

Check failure on line 146 in tests/sqlparser_duckdb.rs

View workflow job for this annotation

GitHub Actions / test (nightly)

mismatched types
left: Box::<SetExpr>::new(SetExpr::Select(Box::new(Select {
distinct: None,
top: None,
Expand Down

0 comments on commit f0484e7

Please sign in to comment.