mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
1e2d6c5a2d
commit
35a707e287
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
#![feature(plugin)]
|
||||
#![feature(link_args)]
|
||||
#![feature(thread_local)]
|
||||
#![feature(libc)]
|
||||
#![feature(unicode)]
|
||||
#![feature(core)]
|
||||
#![feature(std_misc)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue