Remove `std_misc` feature attribute

Apparently, it's not needed anymore
This commit is contained in:
Mika Attila 2015-03-08 16:35:46 +01:00
parent 68b3d02ba2
commit a0a98a6521
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
#![feature(std_misc)]
extern crate "libnotify-sys" as sys;
extern crate "glib-2_0-sys" as glib;