Remove unstable unused feature in script_layout_interface

This commit is contained in:
Anthony Ramine 2019-01-09 13:10:41 +01:00
parent 9223d6248d
commit 1120da6033

View file

@ -7,7 +7,6 @@
//! to depend on script.
#![deny(unsafe_code)]
#![feature(associated_type_defaults)]
#[macro_use]
extern crate html5ever;