Skip to content

Commit d990cd5

Browse files
authored
Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhpratt
Stabilize the `cell_update` feature Included API: ```rust impl<T: Copy> Cell<T> { pub fn update(&self, f: impl FnOnce(T) -> T); } ``` FCP completed once at rust-lang/rust#50186 (comment) but the signature has since changed. Closes: rust-lang/rust#50186
2 parents c20616c + 8bbd08e commit d990cd5

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)