From 40fdf450c8c8c21042f594c4a8b2964ce151981d Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 26 Apr 2016 09:52:09 +0200 Subject: [PATCH] Update rustc. --- components/script/lib.rs | 1 - components/util/lib.rs | 1 - rust-nightly-date | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/components/script/lib.rs b/components/script/lib.rs index 0748ae954a6..43d42d47a95 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -2,7 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#![feature(ascii)] #![feature(as_unsafe_cell)] #![feature(borrow_state)] #![feature(box_syntax)] diff --git a/components/util/lib.rs b/components/util/lib.rs index b4998b0580c..98df4e25418 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -5,7 +5,6 @@ #![feature(box_syntax)] #![feature(core_intrinsics)] #![feature(custom_derive)] -#![cfg_attr(feature = "non-geckolib", feature(decode_utf16))] #![feature(fnbox)] #![feature(optin_builtin_traits)] #![feature(plugin)] diff --git a/rust-nightly-date b/rust-nightly-date index aa5651c220a..c2a2c7af93b 100644 --- a/rust-nightly-date +++ b/rust-nightly-date @@ -1 +1 @@ -2016-04-12 +2016-04-24