diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2019-01-09 13:10:41 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2019-01-09 13:10:41 +0100 |
commit | 1120da60332de01a623dc90c15ad65d4eeb0269a (patch) | |
tree | 0e7666f5025e183590dea132ce52211c77ef4592 /components/script_layout_interface/lib.rs | |
parent | 9223d6248d4831a86f8172efdb9b6057f329a713 (diff) | |
download | servo-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.rs | 1 |
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; |