We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6b8cc commit 573f304Copy full SHA for 573f304
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: d0451eebc41d4eaddcc299c868b5ad983e8c8eb9
+refs/heads/master: c99409b332a2bee95e1139c6786c99a06cca9d3b
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
5
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a
trunk/src/libcore/cell.rs
@@ -20,7 +20,7 @@ Similar to a mutable option type, but friendlier.
20
*/
21
22
pub struct Cell<T> {
23
- value: Option<T>
+ priv value: Option<T>
24
}
25
26
impl<T:cmp::Eq> cmp::Eq for Cell<T> {
0 commit comments