diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 02a86ee4d5d..dd2bd23d1ca 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -4,13 +4,10 @@ #![cfg_attr(feature = "unstable", feature(core_intrinsics))] #![cfg_attr(feature = "unstable", feature(on_unimplemented))] -#![feature(ascii_ctype)] -#![feature(conservative_impl_trait)] #![feature(const_fn)] #![feature(mpsc_select)] #![feature(plugin)] #![feature(proc_macro)] -#![feature(splice)] #![feature(string_retain)] #![deny(unsafe_code)] |