auto merge of #4962 : Ms2ger/servo/cef-libc, r=jdm

As it depends on the crates.io libc crate, the feature gate doesn't apply.
This commit is contained in:
bors-servo 2015-02-19 06:45:52 -07:00
commit e0af484269

View file

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