Skip to content

Commit 9377340

Browse files
author
Stjepan Glavina
committed
Change TODO to FIXME
1 parent f86deef commit 9377340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/cell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ impl<T:Copy> Cell<T> {
270270
/// assert_eq!(c.get(), 6);
271271
/// ```
272272
#[inline]
273-
#[unstable(feature = "cell_update", issue = "0")] // TODO: issue
273+
#[unstable(feature = "cell_update", issue = "0")] // FIXME: issue
274274
pub fn update<F>(&self, f: F) -> T
275275
where
276276
F: FnOnce(T) -> T,

0 commit comments

Comments
 (0)