diff options
| author | Trevor Gross <tmgross@umich.edu> | 2023-02-23 23:29:10 -0500 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2023-02-23 23:29:10 -0500 |
| commit | 318be2bee9259852bc95728269916a45f59fa5aa (patch) | |
| tree | 4a4ee266882cf405b9d165f5788258fdb22e3cf4 /library/std/src | |
| parent | 07c993eba8b76eae497e98433ae075b00f01be10 (diff) | |
| download | rust-318be2bee9259852bc95728269916a45f59fa5aa.tar.gz rust-318be2bee9259852bc95728269916a45f59fa5aa.zip | |
Stabilize atomic_as_ptr
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 363a2667174..d772b188c73 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -273,7 +273,6 @@ #![feature(utf8_chunks)] // // Library features (core): -#![feature(atomic_mut_ptr)] #![feature(char_internals)] #![feature(core_intrinsics)] #![feature(duration_constants)] |
