chore(rustup): add feature for path

This commit is contained in:
Sean McArthur
2015-02-12 16:03:56 -08:00
parent 2bd2af11a1
commit 2afa96c923

View File

@@ -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))]