about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-07-26 05:50:51 +0000
committerbors <bors@rust-lang.org>2020-07-26 05:50:51 +0000
commit461707c5a119cc33c5d7df585ddb6cbec4a081bf (patch)
tree24a677c43e50736f6028e26d8cfecb6ee9eb8f49 /src/liballoc/lib.rs
parenta4dd850720369d9e5b9df91820b23cddb2badc06 (diff)
parent8fc7d47c8c43dab634aff15908ab42ca056dda07 (diff)
downloadrust-461707c5a119cc33c5d7df585ddb6cbec4a081bf.tar.gz
rust-461707c5a119cc33c5d7df585ddb6cbec4a081bf.zip
Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay
Remove trait LengthAtMost32

This is a continuation of https://github.com/rust-lang/rust/pull/74026 preserving the original burrbull's commit.

I talked to @burrbull, he suggested me to finish his PR.
Diffstat (limited to 'src/liballoc/lib.rs')
-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 87aee950082..90e2d2531c5 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)]
 #![feature(cow_is_borrowed)]