diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index d7a57a28898..e8237f2d75a 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -7,9 +7,7 @@ #![feature(const_fn)] #![feature(mpsc_select)] #![feature(plugin)] -#![feature(string_retain)] #![feature(try_from)] -#![feature(use_extern_macros)] #![deny(unsafe_code)] #![allow(non_snake_case)] |