Skip to content

Commit ab9d8b1

Browse files
committed
chore: clippy -fix
1 parent 4f048e9 commit ab9d8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubesql/cubesql/e2e/tests/postgres.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl PostgresIntegrationTestSuite {
109109
client
110110
}
111111

112-
async fn print_query_result<'a>(
112+
async fn print_query_result(
113113
&self,
114114
res: Vec<Row>,
115115
with_description: bool,

0 commit comments

Comments
 (0)