fix(rustup): update feature flags

This commit is contained in:
Renato Zannon
2015-02-19 19:05:18 -02:00
committed by Sean McArthur
parent fc2076cd53
commit b47f936525
7 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
#![feature(core, collections, hash, io, os, path, std_misc,
slicing_syntax, box_syntax, unsafe_destructor)]
#![feature(core, collections, hash, io, old_io, os, old_path,
std_misc, box_syntax, unsafe_destructor)]
#![deny(missing_docs)]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(test, feature(alloc, test))]