about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorRoman Proskuryakov <humbug@deeptown.org>2020-07-05 16:07:09 +0300
committerRoman Proskuryakov <humbug@deeptown.org>2020-07-05 16:07:09 +0300
commit4ad40a8737ab4ffaf6352ec4560fd86cb0b4ade8 (patch)
tree347d11604396a6ab6db2c779250b74a338055b7e /src/liballoc
parenteff62069ad602090e8d27b83cffd9e77479ed4be (diff)
downloadrust-4ad40a8737ab4ffaf6352ec4560fd86cb0b4ade8.tar.gz
rust-4ad40a8737ab4ffaf6352ec4560fd86cb0b4ade8.zip
Remove LengthAtMost32
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 5f18fe8bfab..1d3e255eaae 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -84,7 +84,6 @@
 #![feature(cfg_target_has_atomic)]
 #![feature(coerce_unsized)]
 #![feature(const_btree_new)]
-#![feature(const_generic_impls_guard)]
 #![feature(const_generics)]
 #![feature(const_in_array_repeat_expressions)]
 #![cfg_attr(bootstrap, feature(const_if_match))]