Skip to content

Commit f689930

Browse files
authored
Merge pull request #18642 from lnicola/rm-minicore-unstable
minor: Remove unstable attributes in minicore
2 parents 94032e8 + d5b96b7 commit f689930

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/test-utils/src/minicore.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,6 @@ pub mod ops {
728728
}
729729
}
730730

731-
#[unstable(feature = "async_fn_traits", issue = "none")]
732731
impl<A: Tuple, F: ?Sized> AsyncFnMut<A> for &F
733732
where
734733
F: AsyncFn<A>,
@@ -746,7 +745,6 @@ pub mod ops {
746745
}
747746
}
748747

749-
#[unstable(feature = "async_fn_traits", issue = "none")]
750748
impl<'a, A: Tuple, F: ?Sized> AsyncFnOnce<A> for &'a F
751749
where
752750
F: AsyncFn<A>,
@@ -759,7 +757,6 @@ pub mod ops {
759757
}
760758
}
761759

762-
#[unstable(feature = "async_fn_traits", issue = "none")]
763760
impl<A: Tuple, F: ?Sized> AsyncFnMut<A> for &mut F
764761
where
765762
F: AsyncFnMut<A>,
@@ -777,7 +774,6 @@ pub mod ops {
777774
}
778775
}
779776

780-
#[unstable(feature = "async_fn_traits", issue = "none")]
781777
impl<'a, A: Tuple, F: ?Sized> AsyncFnOnce<A> for &'a mut F
782778
where
783779
F: AsyncFnMut<A>,

0 commit comments

Comments
 (0)