Move util to libc from crates.io.

This commit is contained in:
Ms2ger 2015-02-20 00:43:45 +01:00
parent 49ff6b2ccc
commit 125df55222
5 changed files with 4 additions and 1 deletions

View file

@ -10,7 +10,6 @@
#![feature(hash)]
#![feature(int_uint)]
#![feature(io)]
#![feature(libc)]
#![feature(optin_builtin_traits)]
#![feature(path)]
#![feature(plugin)]