diff options
| author | Ashley Mannix <kodraus@hey.com> | 2021-01-31 21:50:47 +1000 |
|---|---|---|
| committer | Ashley Mannix <kodraus@hey.com> | 2021-01-31 21:50:47 +1000 |
| commit | 8940a2652e100554acb3e3bc86ee4f37a3e958ee (patch) | |
| tree | 5538e7494743b75b29b4555eba8379e02e8d8c8f /library/alloc | |
| parent | 9b3242982202707be2485b1e4cf5f3b34466a38d (diff) | |
| download | rust-8940a2652e100554acb3e3bc86ee4f37a3e958ee.tar.gz rust-8940a2652e100554acb3e3bc86ee4f37a3e958ee.zip | |
stabilize int_bits_const
Diffstat (limited to 'library/alloc')
| -rw-r--r-- | library/alloc/src/lib.rs | 1 | ||||
| -rw-r--r-- | library/alloc/tests/lib.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 13f4d902d3b..08e933bbb39 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -102,7 +102,6 @@ #![feature(fn_traits)] #![feature(fundamental)] #![feature(inplace_iteration)] -#![feature(int_bits_const)] #![feature(lang_items)] #![feature(layout_for_ptr)] #![feature(maybe_uninit_ref)] diff --git a/library/alloc/tests/lib.rs b/library/alloc/tests/lib.rs index 0b7eeab4e96..7b003546298 100644 --- a/library/alloc/tests/lib.rs +++ b/library/alloc/tests/lib.rs @@ -17,7 +17,6 @@ #![feature(binary_heap_retain)] #![feature(inplace_iteration)] #![feature(iter_map_while)] -#![feature(int_bits_const)] #![feature(vecdeque_binary_search)] #![feature(slice_group_by)] |
