fix(rustup): update feature flags
This commit is contained in:
committed by
Sean McArthur
parent
fc2076cd53
commit
b47f936525
@@ -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))]
|
||||
|
||||
Reference in New Issue
Block a user