File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ pub use self::join::join;
4646/// It also simplifies the HIR lowering of `.await`.
4747#[ lang = "ResumeTy" ]
4848#[ doc( hidden) ]
49- #[ unstable( feature = "gen_future" , issue= "none" ) ]
49+ #[ unstable( feature = "gen_future" , issue = "none" ) ]
5050#[ derive( Debug , Copy , Clone ) ]
5151pub struct ResumeTy ( NonNull < Context < ' static > > ) ;
5252
53- #[ unstable( feature = "gen_future" , issue= "none" ) ]
53+ #[ unstable( feature = "gen_future" , issue = "none" ) ]
5454unsafe impl Send for ResumeTy { }
5555
56- #[ unstable( feature = "gen_future" , issue= "none" ) ]
56+ #[ unstable( feature = "gen_future" , issue = "none" ) ]
5757unsafe impl Sync for ResumeTy { }
5858
5959#[ lang = "get_context" ]
6060#[ doc( hidden) ]
61- #[ unstable( feature = "gen_future" , issue= "none" ) ]
61+ #[ unstable( feature = "gen_future" , issue = "none" ) ]
6262#[ must_use]
6363#[ inline]
6464pub unsafe fn get_context < ' a , ' b > ( cx : ResumeTy ) -> & ' a mut Context < ' b > {
You can’t perform that action at this time.
0 commit comments