Auto merge of #18601 - mbrubeck:features, r=KiChjang

Remove unused 'untagged_unions' feature gate

CC #5286

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because _____

<!-- 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/18601)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-09-22 14:39:25 -05:00 committed by GitHub
commit 352b129dc5

View file

@ -15,7 +15,6 @@
#![feature(plugin)] #![feature(plugin)]
#![feature(proc_macro)] #![feature(proc_macro)]
#![feature(try_from)] #![feature(try_from)]
#![feature(untagged_unions)]
#![deny(unsafe_code)] #![deny(unsafe_code)]
#![allow(non_snake_case)] #![allow(non_snake_case)]