about summary refs log tree commit diff
path: root/library/panic_unwind/src
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/panic_unwind/src
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/panic_unwind/src')
-rw-r--r--library/panic_unwind/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/panic_unwind/src/lib.rs b/library/panic_unwind/src/lib.rs
index 6f31e6dcae7..0a193f7bf41 100644
--- a/library/panic_unwind/src/lib.rs
+++ b/library/panic_unwind/src/lib.rs
@@ -19,7 +19,6 @@
 )]
 #![feature(core_intrinsics)]
 #![feature(lang_items)]
-#![feature(libc)]
 #![feature(nll)]
 #![feature(panic_unwind)]
 #![feature(staged_api)]