From dc0e467945e7fb8eaf93f9e40e7ebcb2d5f52b0c Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 7 Nov 2015 22:40:18 +0530 Subject: Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and libc 0.2 and many other dependencies --- components/util/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/util/lib.rs') diff --git a/components/util/lib.rs b/components/util/lib.rs index 82fcf7ab62b..da6e382dc7f 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -12,10 +12,8 @@ #![feature(heap_api)] #![feature(oom)] #![feature(optin_builtin_traits)] -#![cfg_attr(not(target_os = "android"), feature(path_ext))] #![feature(plugin)] #![feature(reflect_marker)] -#![feature(slice_splits)] #![feature(step_by)] #![feature(step_trait)] #![feature(zero_one)] -- cgit v1.2.3