about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-05-07 00:06:36 +0000
committerbors <bors@rust-lang.org>2019-05-07 00:06:36 +0000
commiteeedd3a6e15d43d0cd3e860f36be737cb2c941ca (patch)
tree94e3391466fe47bee789c35f86a6e7529e899716 /src/liballoc
parentf64ed091570f222d9a8eeb210dd6d1676ff38ceb (diff)
parent639e452c5f0a76b11ebe3703a04b6ae13d96c887 (diff)
downloadrust-eeedd3a6e15d43d0cd3e860f36be737cb2c941ca.tar.gz
rust-eeedd3a6e15d43d0cd3e860f36be737cb2c941ca.zip
Auto merge of #60531 - Centril:sort-features, r=oli-obk
Enforce sorting of accepted and removed features

Fixes https://github.com/rust-lang/rust/issues/60361 with mechanism introduced in https://github.com/rust-lang/rust/pull/60373.

r? @oli-obk
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 eb673488170..2edd946ff11 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -87,7 +87,6 @@
 #![feature(fundamental)]
 #![feature(lang_items)]
 #![feature(libc)]
-#![feature(needs_allocator)]
 #![feature(nll)]
 #![feature(optin_builtin_traits)]
 #![feature(pattern)]