Skip to content

Commit b920d39

Browse files
committed
Fix clippy lint
1 parent 65075ed commit b920d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ pub(crate) struct RetryableQuery<'a> {
258258
bookmarks: Vec<String>,
259259
}
260260

261-
impl<'a> RetryableQuery<'a> {
261+
impl RetryableQuery<'_> {
262262
pub(crate) async fn retry_run(self) -> (Self, QueryResult<RunResult>) {
263263
let result = self.run().await;
264264
(self, result)

0 commit comments

Comments
 (0)