Skip to content

Commit 50b9d77

Browse files
Make ResumeTy contents private
1 parent 6450101 commit 50b9d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/future/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub use self::future::Future;
2626
#[unstable(feature = "gen_future", issue = "50547")]
2727
#[cfg(not(bootstrap))]
2828
#[derive(Debug, Copy, Clone)]
29-
pub struct ResumeTy(pub NonNull<Context<'static>>);
29+
pub struct ResumeTy(NonNull<Context<'static>>);
3030

3131
#[unstable(feature = "gen_future", issue = "50547")]
3232
#[cfg(not(bootstrap))]

0 commit comments

Comments
 (0)