We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0f181 commit 4bac835Copy full SHA for 4bac835
src/ast/query.rs
@@ -2887,7 +2887,7 @@ impl fmt::Display for Values {
2887
exprs: &'a [Expr],
2888
explicit_row: bool,
2889
}
2890
- impl<'a> fmt::Display for DisplayRow<'a> {
+ impl fmt::Display for DisplayRow<'_> {
2891
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
2892
let comma_separated = display_comma_separated(self.exprs);
2893
if self.explicit_row {
0 commit comments