Skip to content

Commit 7046518

Browse files
committed
Fix clippy extra_unused_lifetimes
1 parent 24d3234 commit 7046518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/src/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ where
6161
})
6262
}
6363

64-
pub async fn query_typed<'a, P, I>(
64+
pub async fn query_typed<P, I>(
6565
client: &Arc<InnerClient>,
6666
query: &str,
6767
params: I,

0 commit comments

Comments
 (0)