Fix fallout of removing import_shadowing in tests.

This commit is contained in:
Eduard Burtescu
2014-12-19 14:02:22 +02:00
parent f95e0c21aa
commit b45d30da34
33 changed files with 97 additions and 116 deletions

View File

@@ -157,7 +157,7 @@ pub use core::unit;
pub use core::result;
pub use core::option;
pub use alloc::boxed;
#[cfg(not(test))] pub use alloc::boxed;
pub use alloc::rc;
pub use core_collections::slice;