From 1120da60332de01a623dc90c15ad65d4eeb0269a Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 9 Jan 2019 13:10:41 +0100 Subject: [PATCH] Remove unstable unused feature in script_layout_interface --- components/script_layout_interface/lib.rs | 1 - 1 file changed, 1 deletion(-) 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;