about summary refs log tree commit diff
path: root/library/core/src/lib.rs
diff options
context:
space:
mode:
authorAndreas Jonson <andjo403@users.noreply.github.com>2021-04-11 18:38:05 +0200
committerAndreas Jonson <andjo403@users.noreply.github.com>2021-04-11 19:13:27 +0200
commit2d99a8650a26f0a6f705d52747c5d883cf9cd7c5 (patch)
tree51f9202e8003c14267566b74b55449a19b473fcb /library/core/src/lib.rs
parentea1252e7e3282fa8a3163ca424d6ed00a9dbe163 (diff)
downloadrust-2d99a8650a26f0a6f705d52747c5d883cf9cd7c5.tar.gz
rust-2d99a8650a26f0a6f705d52747c5d883cf9cd7c5.zip
stabilize const_cttz
Diffstat (limited to 'library/core/src/lib.rs')
-rw-r--r--library/core/src/lib.rs1
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)]