Skip to content

Commit 99bb6e9

Browse files
committed
---
yaml --- r: 59993 b: refs/heads/master c: 66842c8 h: refs/heads/master i: 59991: 5c455bf v: v3
1 parent 4648bd7 commit 99bb6e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 58c0df2af6559f460e4dc58a45473f47d07b8431
2+
refs/heads/master: 66842c857635f7f35523bea87fc04700d68dfad7
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
55
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589

trunk/src/libcore/cell.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ A dynamic, mutable location.
1919
Similar to a mutable option type, but friendlier.
2020
*/
2121

22+
#[mutable]
2223
pub struct Cell<T> {
2324
priv value: Option<T>
2425
}

0 commit comments

Comments
 (0)