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 4648bd7 commit 99bb6e9Copy full SHA for 99bb6e9
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 58c0df2af6559f460e4dc58a45473f47d07b8431
+refs/heads/master: 66842c857635f7f35523bea87fc04700d68dfad7
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
5
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589
trunk/src/libcore/cell.rs
@@ -19,6 +19,7 @@ A dynamic, mutable location.
19
Similar to a mutable option type, but friendlier.
20
*/
21
22
+#[mutable]
23
pub struct Cell<T> {
24
priv value: Option<T>
25
}
0 commit comments