From 2afa96c9232d782d5949bf6cd86a5f7285f7ca0e Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 12 Feb 2015 16:03:56 -0800 Subject: [PATCH] chore(rustup): add feature for path --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index e359f5b2..0f569539 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![feature(core, collections, hash, io, os, std_misc, +#![feature(core, collections, hash, io, os, path, std_misc, slicing_syntax, box_syntax)] #![deny(missing_docs)] #![cfg_attr(test, deny(warnings))]