about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2020-09-18 08:59:43 +0200
committerest31 <MTest31@outlook.com>2020-09-18 08:59:43 +0200
commitbaafc71f1fc04ec1d042dc8de9d29d1e24316c4b (patch)
treec3ce0037d5d28ec28e7f3e5792120e61361cb68d /library/alloc/src/lib.rs
parent285fc7d704fcdd7b2a37d475d04d5d955490e000 (diff)
downloadrust-baafc71f1fc04ec1d042dc8de9d29d1e24316c4b.tar.gz
rust-baafc71f1fc04ec1d042dc8de9d29d1e24316c4b.zip
Remove unused libc feature gate
Libc isn't used by alloc.
And std and panic_* use libc from crates.io now,
which isn't feature gated.
Diffstat (limited to 'library/alloc/src/lib.rs')
-rw-r--r--library/alloc/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 7881c101f9f..3061ab8ee53 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -103,7 +103,6 @@
 #![feature(inplace_iteration)]
 #![feature(lang_items)]
 #![feature(layout_for_ptr)]
-#![feature(libc)]
 #![feature(map_first_last)]
 #![feature(map_into_keys_values)]
 #![feature(maybe_uninit_ref)]