Skip to content

Commit a3eb600

Browse files
committed
chore: fix clippy::needless_lifetimes
1 parent df41688 commit a3eb600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/async_/resolver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ impl<'a> Resolution<'a> {
217217
}
218218
}
219219

220-
impl<'a> core::future::Future for Resolution<'a> {
220+
impl core::future::Future for Resolution<'_> {
221221
type Output = Result<Vec<ngx_addr_t, Pool>, Error>;
222222

223223
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {

0 commit comments

Comments
 (0)