Skip to content

Commit 4bac835

Browse files
committed
clippy
1 parent 2a0f181 commit 4bac835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2887,7 +2887,7 @@ impl fmt::Display for Values {
28872887
exprs: &'a [Expr],
28882888
explicit_row: bool,
28892889
}
2890-
impl<'a> fmt::Display for DisplayRow<'a> {
2890+
impl fmt::Display for DisplayRow<'_> {
28912891
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
28922892
let comma_separated = display_comma_separated(self.exprs);
28932893
if self.explicit_row {

0 commit comments

Comments
 (0)