Make ResumeTy contents private
This commit is contained in:
parent
6450101b69
commit
50b9d772db
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ pub use self::future::Future;
|
|||
#[unstable(feature = "gen_future", issue = "50547")]
|
||||
#[cfg(not(bootstrap))]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct ResumeTy(pub NonNull<Context<'static>>);
|
||||
pub struct ResumeTy(NonNull<Context<'static>>);
|
||||
|
||||
#[unstable(feature = "gen_future", issue = "50547")]
|
||||
#[cfg(not(bootstrap))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue