Remove the libc feature gate from cef.

As it depends on the crates.io libc crate, the feature gate doesn't apply.
This commit is contained in:
Ms2ger 2015-02-19 14:42:19 +01:00
parent 1e2d6c5a2d
commit 35a707e287

View file

@ -7,7 +7,6 @@
#![feature(plugin)]
#![feature(link_args)]
#![feature(thread_local)]
#![feature(libc)]
#![feature(unicode)]
#![feature(core)]
#![feature(std_misc)]