servo: Merge
#13727 - Fix unused feature warning in build-cef (from mbrubeck:warnings); r=Manishearth
Source-Repo:
https://github.com/servo/servo
Source-Revision:
781a0771458de73d2f843377082a6961c38fb66d
--- a/servo/ports/cef/lib.rs
+++ b/servo/ports/cef/lib.rs
@@ -1,17 +1,16 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(box_syntax)]
#![feature(core_intrinsics)]
#![feature(link_args)]
#![feature(plugin)]
-#![feature(try_borrow)]
#![feature(unicode)]
#![allow(non_camel_case_types)]
#![plugin(plugins)]
#[macro_use]
extern crate log;