Separate liballoc module

This commit is contained in:
chansuke 2019-06-02 01:50:10 +09:00 committed by Vadim Petrochenkov
parent 374c63e0fc
commit 89292beedb
2 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ mod boxed {
pub use std::boxed::Box;
}
#[cfg(test)]
mod boxed_test;
mod tests;
pub mod collections;
#[cfg(all(target_has_atomic = "ptr", target_has_atomic = "cas"))]
pub mod sync;