File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/tools/rust-analyzer/crates/test-utils/src Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -728,7 +728,6 @@ pub mod ops {
728
728
}
729
729
}
730
730
731
- #[unstable(feature = "async_fn_traits", issue = "none")]
732
731
impl<A: Tuple, F: ?Sized> AsyncFnMut<A> for &F
733
732
where
734
733
F: AsyncFn<A>,
@@ -746,7 +745,6 @@ pub mod ops {
746
745
}
747
746
}
748
747
749
- #[unstable(feature = "async_fn_traits", issue = "none")]
750
748
impl<'a, A: Tuple, F: ?Sized> AsyncFnOnce<A> for &'a F
751
749
where
752
750
F: AsyncFn<A>,
@@ -759,7 +757,6 @@ pub mod ops {
759
757
}
760
758
}
761
759
762
- #[unstable(feature = "async_fn_traits", issue = "none")]
763
760
impl<A: Tuple, F: ?Sized> AsyncFnMut<A> for &mut F
764
761
where
765
762
F: AsyncFnMut<A>,
@@ -777,7 +774,6 @@ pub mod ops {
777
774
}
778
775
}
779
776
780
- #[unstable(feature = "async_fn_traits", issue = "none")]
781
777
impl<'a, A: Tuple, F: ?Sized> AsyncFnOnce<A> for &'a mut F
782
778
where
783
779
F: AsyncFnMut<A>,
You can’t perform that action at this time.
0 commit comments