Auto merge of #13727 - mbrubeck:warnings, r=Manishearth

Fix unused feature warning in build-cef

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13727)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-10-13 15:14:22 -05:00 committed by GitHub
commit 781a077145

View file

@ -6,7 +6,6 @@
#![feature(core_intrinsics)]
#![feature(link_args)]
#![feature(plugin)]
#![feature(try_borrow)]
#![feature(unicode)]
#![allow(non_camel_case_types)]