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.
1 parent 54fa559 commit c14c377Copy full SHA for c14c377
src/future/future/mod.rs
@@ -363,7 +363,7 @@ extension_trait! {
363
"#]
364
#[cfg(any(feature = "unstable", feature = "docs"))]
365
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
366
- fn timeout<F, T>(self, dur: Duration) -> impl Future<Output = Self::Output> [TimeoutFuture<Self>]
+ fn timeout(self, dur: Duration) -> impl Future<Output = Self::Output> [TimeoutFuture<Self>]
367
where Self: Sized
368
{
369
TimeoutFuture::new(self, dur)
0 commit comments