diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2017-09-22 12:16:00 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2017-09-22 12:17:47 -0700 |
commit | 4c4dbf5a7a8057ae9f40a3982a3832c49c1737d9 (patch) | |
tree | 2d03c2dc53ab035000d37ebf569b0c910d728a22 | |
parent | c48ef50b7260df7f2e781e15bba37b08f0970062 (diff) | |
download | servo-4c4dbf5a7a8057ae9f40a3982a3832c49c1737d9.tar.gz servo-4c4dbf5a7a8057ae9f40a3982a3832c49c1737d9.zip |
Remove unused 'untagged_unions' feature gate
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 2b9c5b8d15f..0e63fef2a02 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -15,7 +15,6 @@ #![feature(plugin)] #![feature(proc_macro)] #![feature(try_from)] -#![feature(untagged_unions)] #![deny(unsafe_code)] #![allow(non_snake_case)] |