chore: adapt to latest clippy lints

This commit is contained in:
Amaan Qureshi 2025-01-31 20:11:14 -05:00
parent 51acdf9723
commit dc64bb5395
4 changed files with 6 additions and 6 deletions

View file

@ -2478,7 +2478,7 @@ impl Query {
_ => QueryErrorKind::Syntax,
};
}
};
}
return Err(QueryError {
row,