diff options
| author | est31 <MTest31@outlook.com> | 2020-09-18 08:59:43 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2020-09-18 08:59:43 +0200 |
| commit | baafc71f1fc04ec1d042dc8de9d29d1e24316c4b (patch) | |
| tree | c3ce0037d5d28ec28e7f3e5792120e61361cb68d /library/std/src | |
| parent | 285fc7d704fcdd7b2a37d475d04d5d955490e000 (diff) | |
| download | rust-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/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index b834361b750..34230629fb0 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -268,7 +268,6 @@ #![feature(integer_atomics)] #![feature(into_future)] #![feature(lang_items)] -#![feature(libc)] #![feature(link_args)] #![feature(linkage)] #![feature(llvm_asm)] |
