1
Fork 0

Stabilize thread local cell methods.

This commit is contained in:
Mara Bos 2023-08-10 10:08:31 +02:00
parent abc910be6f
commit dc3cbc1e56
5 changed files with 9 additions and 22 deletions

View file

@ -11,7 +11,6 @@
test(attr(allow(unused_variables), deny(warnings)))
)]
#![cfg_attr(not(feature = "default"), feature(rustc_private))]
#![feature(local_key_cell_methods)]
#![feature(ptr_metadata)]
#![feature(type_alias_impl_trait)] // Used to define opaque types.
#![feature(intra_doc_pointers)]