From 561368fdd58cfd324bba62f014651a810bb6ad91 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 24 Sep 2015 18:36:10 +0200 Subject: [PATCH] Remove the now-stable box_raw feature gate from cef. --- ports/cef/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/cef/lib.rs b/ports/cef/lib.rs index a68486fc16b..3ff93d0041a 100644 --- a/ports/cef/lib.rs +++ b/ports/cef/lib.rs @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #![feature(borrow_state)] -#![feature(box_raw)] #![feature(box_syntax)] #![feature(convert)] #![feature(core_intrinsics)]