summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 1a06eb0..4df39ab 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,7 +1,6 @@
#![feature(vec_remove_item)]
#![feature(trivial_bounds)]
#![feature(try_trait)]
-#![feature(fnbox)]
#![allow(dead_code)]
extern crate termion;
@@ -24,6 +23,7 @@ extern crate tree_magic;
extern crate systemstat;
extern crate osstrtools;
extern crate pathbuftools;
+extern crate async_value;
use failure::Fail;