Auto merge of #15403 - servo:warnings, r=SimonSapin

Remove a gate for the stabilized more_struct_aliases feature.

<!-- 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/15403)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-02-06 01:46:50 -08:00 committed by GitHub
commit fb4f421c8b

View file

@ -7,7 +7,6 @@
#![feature(const_fn)]
#![feature(core_intrinsics)]
#![feature(field_init_shorthand)]
#![feature(more_struct_aliases)]
#![feature(mpsc_select)]
#![feature(nonzero)]
#![feature(on_unimplemented)]