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)]