diff --git a/crates/test-utils/src/minicore.rs b/crates/test-utils/src/minicore.rs index f5c8466cb9..99dfabe174 100644 --- a/crates/test-utils/src/minicore.rs +++ b/crates/test-utils/src/minicore.rs @@ -728,7 +728,6 @@ pub mod ops { } } - #[unstable(feature = "async_fn_traits", issue = "none")] impl AsyncFnMut for &F where F: AsyncFn, @@ -746,7 +745,6 @@ pub mod ops { } } - #[unstable(feature = "async_fn_traits", issue = "none")] impl<'a, A: Tuple, F: ?Sized> AsyncFnOnce for &'a F where F: AsyncFn, @@ -759,7 +757,6 @@ pub mod ops { } } - #[unstable(feature = "async_fn_traits", issue = "none")] impl AsyncFnMut for &mut F where F: AsyncFnMut, @@ -777,7 +774,6 @@ pub mod ops { } } - #[unstable(feature = "async_fn_traits", issue = "none")] impl<'a, A: Tuple, F: ?Sized> AsyncFnOnce for &'a mut F where F: AsyncFnMut,