servo: Merge #4962 - Remove the libc feature gate from cef (from Ms2ger:cef-libc); r=jdm

As it depends on the crates.io libc crate, the feature gate doesn't apply.

Source-Repo: https://github.com/servo/servo
Source-Revision: e0af48426980dd067dba00c98d6c2e9b8ebe1695
This commit is contained in:
Ms2ger 2015-02-19 06:45:52 -07:00
Родитель 39813e1fef
Коммит fbf983ef98
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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