Auto merge of #7728 - Ms2ger:box-raw, r=mbrubeck

Remove the now-stable box_raw feature gate from cef.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7728)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-09-24 10:37:40 -06:00
commit 2d253cbf83

View file

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