missing dry_resolve on Static

This commit is contained in:
Greg Johnston 2024-05-28 07:08:32 -04:00
parent 85d29a5af5
commit 4bd99a41e5
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,8 @@ where
const MIN_LENGTH: usize = V.len(); const MIN_LENGTH: usize = V.len();
fn dry_resolve(&mut self) {}
fn resolve(self) -> futures::future::Ready<Self::AsyncOutput> { fn resolve(self) -> futures::future::Ready<Self::AsyncOutput> {
futures::future::ready(self) futures::future::ready(self)
} }