diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index 1064e4d6208..162a04168a6 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -7,7 +7,6 @@ //! to depend on script. #![deny(unsafe_code)] -#![feature(associated_type_defaults)] #[macro_use] extern crate html5ever;