diff options
| author | Andreas Jonson <andjo403@users.noreply.github.com> | 2021-04-11 18:38:05 +0200 |
|---|---|---|
| committer | Andreas Jonson <andjo403@users.noreply.github.com> | 2021-04-11 19:13:27 +0200 |
| commit | 2d99a8650a26f0a6f705d52747c5d883cf9cd7c5 (patch) | |
| tree | 51f9202e8003c14267566b74b55449a19b473fcb /library/core/src/lib.rs | |
| parent | ea1252e7e3282fa8a3163ca424d6ed00a9dbe163 (diff) | |
| download | rust-2d99a8650a26f0a6f705d52747c5d883cf9cd7c5.tar.gz rust-2d99a8650a26f0a6f705d52747c5d883cf9cd7c5.zip | |
stabilize const_cttz
Diffstat (limited to 'library/core/src/lib.rs')
| -rw-r--r-- | library/core/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index 760b8d8cbb0..85866523d9f 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -79,7 +79,6 @@ #![feature(const_int_unchecked_arith)] #![feature(const_mut_refs)] #![feature(const_refs_to_cell)] -#![feature(const_cttz)] #![feature(const_panic)] #![feature(const_pin)] #![feature(const_fn)] |
