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.
clippy::needless_lifetimes
1 parent df41688 commit a3eb600Copy full SHA for a3eb600
src/async_/resolver.rs
@@ -217,7 +217,7 @@ impl<'a> Resolution<'a> {
217
}
218
219
220
-impl<'a> core::future::Future for Resolution<'a> {
+impl core::future::Future for Resolution<'_> {
221
type Output = Result<Vec<ngx_addr_t, Pool>, Error>;
222
223
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
0 commit comments