parent
310f2deb99
commit
02d976a7f9
5 changed files with 13 additions and 14 deletions
|
@ -272,7 +272,9 @@ mod std {
|
|||
// The test runner calls ::std::os::args() but really wants realstd
|
||||
#[cfg(test)] pub use realstd::os as os;
|
||||
// The test runner requires std::slice::Vector, so re-export std::slice just for it.
|
||||
#[cfg(test)] pub use slice;
|
||||
//
|
||||
// It is also used in vec![]
|
||||
pub use slice;
|
||||
|
||||
pub use collections; // vec!() uses MutableSeq
|
||||
pub use boxed; // used for vec![]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue