aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2019-01-09 13:10:41 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2019-01-09 13:10:41 +0100
commit1120da60332de01a623dc90c15ad65d4eeb0269a (patch)
tree0e7666f5025e183590dea132ce52211c77ef4592 /components/script_layout_interface/lib.rs
parent9223d6248d4831a86f8172efdb9b6057f329a713 (diff)
downloadservo-1120da60332de01a623dc90c15ad65d4eeb0269a.tar.gz
servo-1120da60332de01a623dc90c15ad65d4eeb0269a.zip
Remove unstable unused feature in script_layout_interface
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r--components/script_layout_interface/lib.rs1
1 files changed, 0 insertions, 1 deletions
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;