From a0a98a65215ecce387c44b0fcdd088aaa7ff1141 Mon Sep 17 00:00:00 2001 From: Mika Attila Date: Sun, 8 Mar 2015 16:35:46 +0100 Subject: [PATCH] Remove `std_misc` feature attribute Apparently, it's not needed anymore --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 3e877469..4e9887a8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,3 @@ -#![feature(std_misc)] - extern crate "libnotify-sys" as sys; extern crate "glib-2_0-sys" as glib;