Assign the tracking issue
This commit is contained in:
parent
1c0db245e0
commit
29e9de85d6
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ impl<T:Copy> Cell<T> {
|
|||
/// assert_eq!(c.get(), 6);
|
||||
/// ```
|
||||
#[inline]
|
||||
#[unstable(feature = "cell_update", issue = "0")] // FIXME: issue
|
||||
#[unstable(feature = "cell_update", issue = "50186")]
|
||||
pub fn update<F>(&self, f: F) -> T
|
||||
where
|
||||
F: FnOnce(T) -> T,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue