From 564890ae2bae831245425c4bec602a224ea0c435 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Mon, 11 May 2015 23:00:18 +0200 Subject: Remove unnecessary features --- src/sersve.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sersve.rs b/src/sersve.rs index 4b6bb00..023da9d 100644 --- a/src/sersve.rs +++ b/src/sersve.rs @@ -1,4 +1,4 @@ -#![feature(unboxed_closures, custom_attribute, thread_local, plugin, custom_derive, path_ext, path_relative_from)] +#![feature(plugin, path_ext, path_relative_from)] #![plugin(serde_macros, docopt_macros)] extern crate iron; -- cgit v1.2.3