about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-05-04 04:20:55 +0200
committerMazdak Farrokhzad <twingoow@gmail.com>2019-05-04 04:20:55 +0200
commit639e452c5f0a76b11ebe3703a04b6ae13d96c887 (patch)
tree6d9e01dcbfd4fdb65e41802c31d27f34fa484246 /src/liballoc
parentd7acf596cf01d01ec916752aa26a6e1c83dd4634 (diff)
downloadrust-639e452c5f0a76b11ebe3703a04b6ae13d96c887.tar.gz
rust-639e452c5f0a76b11ebe3703a04b6ae13d96c887.zip
Remove unused feature(need_allocator).
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)]