1
Fork 0

Stabilize futures_api

This commit is contained in:
Taylor Cramer 2019-04-05 14:14:19 -07:00
parent e617025e96
commit 3f966dcd53
32 changed files with 86 additions and 66 deletions

View file

@ -319,7 +319,7 @@ impl<T: fmt::Debug> fmt::Debug for AssertUnwindSafe<T> {
}
}
#[unstable(feature = "futures_api", issue = "50547")]
#[stable(feature = "futures_api", since = "1.36.0")]
impl<F: Future> Future for AssertUnwindSafe<F> {
type Output = F::Output;