Adds priv qualifiers where they have been commented out before implementation.

Updates #4386.
This commit is contained in:
William Ting
2013-01-11 02:27:01 -06:00
parent ad2fc50ca1
commit 9fd970ad13
3 changed files with 7 additions and 6 deletions

View File

@@ -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