Adds priv qualifiers where they have been commented out before implementation.
Updates #4386.
This commit is contained in:
@@ -31,7 +31,7 @@ use core::task;
|
||||
|
||||
#[doc = "The future type"]
|
||||
pub struct Future<A> {
|
||||
/*priv*/ mut state: FutureState<A>,
|
||||
priv mut state: FutureState<A>,
|
||||
}
|
||||
|
||||
// FIXME(#2829) -- futures should not be copyable, because they close
|
||||
|
||||
Reference in New Issue
Block a user