1
Fork 0

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.
This commit is contained in:
est31 2020-09-18 08:59:43 +02:00
parent 285fc7d704
commit baafc71f1f
4 changed files with 0 additions and 4 deletions

View file

@ -268,7 +268,6 @@
#![feature(integer_atomics)]
#![feature(into_future)]
#![feature(lang_items)]
#![feature(libc)]
#![feature(link_args)]
#![feature(linkage)]
#![feature(llvm_asm)]