Skip to content

Commit 89292be

Browse files
chansukepetrochenkov
authored andcommitted
Separate liballoc module
1 parent 374c63e commit 89292be

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/liballoc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ mod boxed {
141141
pub use std::boxed::Box;
142142
}
143143
#[cfg(test)]
144-
mod boxed_test;
144+
mod tests;
145145
pub mod collections;
146146
#[cfg(all(target_has_atomic = "ptr", target_has_atomic = "cas"))]
147147
pub mod sync;
File renamed without changes.

0 commit comments

Comments
 (0)