Skip to content

Commit 8bbd08e

Browse files
committed
Stabilize the cell_update feature
Included API: impl<T: Copy> Cell<T> { pub fn update(&self, f: impl FnOnce(T) -> T); } Closes: rust-lang/rust#50186
1 parent 36d5ae5 commit 8bbd08e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![feature(rustc_private)]
22
#![feature(cfg_match)]
3-
#![feature(cell_update)]
43
#![feature(float_gamma)]
54
#![feature(float_erf)]
65
#![feature(map_try_insert)]

0 commit comments

Comments
 (0)