diff --git a/tachys/src/view/static_types.rs b/tachys/src/view/static_types.rs index 8238ef0d0..adabf4e3d 100644 --- a/tachys/src/view/static_types.rs +++ b/tachys/src/view/static_types.rs @@ -166,6 +166,8 @@ where const MIN_LENGTH: usize = V.len(); + fn dry_resolve(&mut self) {} + fn resolve(self) -> futures::future::Ready { futures::future::ready(self) }