Skip to content

Commit 29e9de8

Browse files
author
Stjepan Glavina
committed
Assign the tracking issue
1 parent 1c0db24 commit 29e9de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/cell.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ impl<T:Copy> Cell<T> {
273273
/// assert_eq!(c.get(), 6);
274274
/// ```
275275
#[inline]
276-
#[unstable(feature = "cell_update", issue = "0")] // FIXME: issue
276+
#[unstable(feature = "cell_update", issue = "50186")]
277277
pub fn update<F>(&self, f: F) -> T
278278
where
279279
F: FnOnce(T) -> T,

0 commit comments

Comments
 (0)