From e1e2b61049ff92e9af35584aac4d03881f5546d6 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 28 Nov 2015 05:48:03 +0100 Subject: [PATCH] Remove stabilized features --- components/net/lib.rs | 1 - components/profile/lib.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/components/net/lib.rs b/components/net/lib.rs index 3fe4fba3d2c..608190e2790 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -5,7 +5,6 @@ #![feature(box_syntax)] #![feature(fnbox)] #![feature(mpsc_select)] -#![feature(path_ext)] #![feature(plugin)] #![feature(vec_push_all)] #![feature(plugin)] diff --git a/components/profile/lib.rs b/components/profile/lib.rs index 93888cc4768..bdfabfc663a 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -5,7 +5,6 @@ #![feature(alloc_jemalloc)] #![feature(box_syntax)] #![feature(iter_arith)] -#![feature(slice_splits)] #![feature(plugin)] #![plugin(plugins)]