Skip to content

Commit 3ca4577

Browse files
committed
Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomcc
Stabilize thread local cell methods. Closes #92122.
2 parents 2f9e9a2 + 58a9b0c commit 3ca4577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#![feature(variant_count)]
88
#![feature(yeet_expr)]
99
#![feature(nonzero_ops)]
10-
#![feature(local_key_cell_methods)]
1110
#![feature(round_ties_even)]
1211
#![feature(os_str_bytes)]
1312
#![feature(lint_reasons)]

0 commit comments

Comments
 (0)