diff options
-rw-r--r-- | src/sersve.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |