Remove usage of unstable libc crate.

This commit is contained in:
Simon Sapin 2017-02-19 23:55:35 +01:00
parent 28698dc8ba
commit 381f6967c9
2 changed files with 4 additions and 5 deletions

View file

@ -10,9 +10,5 @@
#![crate_name = "task_info"]
#![crate_type = "rlib"]
#![feature(libc)]
extern crate libc;
pub mod task_basic_info;