diff --git a/src/stream/stream/mod.rs b/src/stream/stream/mod.rs index 4234d76..6bca8f0 100644 --- a/src/stream/stream/mod.rs +++ b/src/stream/stream/mod.rs @@ -960,7 +960,7 @@ extension_trait! { fn try_for_each( self, f: F, - ) -> impl Future [TryForEeachFuture] + ) -> impl Future [TryForEeachFuture] where Self: Sized, F: FnMut(Self::Item) -> Result<(), E>,