Skip to content

Commit

Permalink
Auto merge of #15403 - servo:warnings, r=SimonSapin
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo committed Feb 6, 2017
2 parents e8d677f + 1563e12 commit fb4f421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/script/lib.rs
Expand Up @@ -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)]
Expand Down

0 comments on commit fb4f421

Please sign in to comment.