File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed 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 {
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 > ,
You can’t perform that action at this time.
0 commit comments