From 4c4dbf5a7a8057ae9f40a3982a3832c49c1737d9 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Fri, 22 Sep 2017 12:16:00 -0700 Subject: [PATCH] Remove unused 'untagged_unions' feature gate --- components/script/lib.rs | 1 - 1 file changed, 1 deletion(-) 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)]