From 35a707e28787c714ba71177f7f3899a42e05125f Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 19 Feb 2015 14:42:19 +0100 Subject: [PATCH] Remove the libc feature gate from cef. As it depends on the crates.io libc crate, the feature gate doesn't apply. --- ports/cef/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/cef/lib.rs b/ports/cef/lib.rs index 0f1a930ec05..cafeeefe71f 100644 --- a/ports/cef/lib.rs +++ b/ports/cef/lib.rs @@ -7,7 +7,6 @@ #![feature(plugin)] #![feature(link_args)] #![feature(thread_local)] -#![feature(libc)] #![feature(unicode)] #![feature(core)] #![feature(std_misc)]