]> git.lizzy.rs Git - rust.git/commit
Remove unused libc feature gate
authorest31 <MTest31@outlook.com>
Fri, 18 Sep 2020 06:59:43 +0000 (08:59 +0200)
committerest31 <MTest31@outlook.com>
Fri, 18 Sep 2020 06:59:43 +0000 (08:59 +0200)
commitbaafc71f1fc04ec1d042dc8de9d29d1e24316c4b
treec3ce0037d5d28ec28e7f3e5792120e61361cb68d
parent285fc7d704fcdd7b2a37d475d04d5d955490e000
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.
library/alloc/src/lib.rs
library/panic_abort/src/lib.rs
library/panic_unwind/src/lib.rs
library/std/src/lib.rs