From d7909c086bf79103fa4e144b8d053388365385aa Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Tue, 10 Mar 2015 15:52:30 -0400 Subject: [PATCH] rustup - remove now-unused feature --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 0ba6909..a513467 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -48,7 +48,7 @@ //! } //! } //! ``` -#![feature(unsafe_destructor, core, std_misc, path, libc, rustc_private, collections)] +#![feature(unsafe_destructor, core, path, libc, rustc_private, collections)] #![cfg_attr(test, feature(test))] extern crate libc;