diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 974ef7c803b..f8afdc79190 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -3,7 +3,6 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ #![deny(unsafe_code)] -#![feature(type_alias_enum_variants)] #[macro_use] extern crate bitflags; |