diff options
| author | bors <bors@rust-lang.org> | 2019-05-07 00:06:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-05-07 00:06:36 +0000 |
| commit | eeedd3a6e15d43d0cd3e860f36be737cb2c941ca (patch) | |
| tree | 94e3391466fe47bee789c35f86a6e7529e899716 /src/liballoc | |
| parent | f64ed091570f222d9a8eeb210dd6d1676ff38ceb (diff) | |
| parent | 639e452c5f0a76b11ebe3703a04b6ae13d96c887 (diff) | |
| download | rust-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.rs | 1 |
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)] |
