From 3d6614e3145f0955be55bf5656aa805fedef639c Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 29 Mar 2018 16:25:53 +0200 Subject: Upgrade to rustc 1.27.0-nightly (056f589fb 2018-04-07) --- components/script/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'components/script/lib.rs') 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)] -- cgit v1.2.3