diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2023-08-10 10:08:31 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2023-08-10 17:33:40 +0200 |
| commit | dc3cbc1e5653f13bf1fbf6bb135384db0a53d624 (patch) | |
| tree | 0d31967753a057294ef395ecac29eb6b7e9e539c /library/proc_macro | |
| parent | abc910be6ff735abe063b27675f19a2e5e16ea7b (diff) | |
| download | rust-dc3cbc1e5653f13bf1fbf6bb135384db0a53d624.tar.gz rust-dc3cbc1e5653f13bf1fbf6bb135384db0a53d624.zip | |
Stabilize thread local cell methods.
Diffstat (limited to 'library/proc_macro')
| -rw-r--r-- | library/proc_macro/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/proc_macro/src/lib.rs b/library/proc_macro/src/lib.rs index be89afa32b3..b641e73f4f8 100644 --- a/library/proc_macro/src/lib.rs +++ b/library/proc_macro/src/lib.rs @@ -24,7 +24,6 @@ #![feature(staged_api)] #![feature(allow_internal_unstable)] #![feature(decl_macro)] -#![feature(local_key_cell_methods)] #![feature(maybe_uninit_write_slice)] #![feature(negative_impls)] #![feature(new_uninit)] |
