Skip to content

Commit 3394fb7

Browse files
committed
Remove the Vec and String reexports at the root of the alloc crate
… since `std` has no corresponding reexports. Use `alloc::vec::Vec` and `alloc::string::String` instead.
1 parent b0547ce commit 3394fb7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/liballoc/lib.rs

-5
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,3 @@ pub mod vec;
179179
mod std {
180180
pub use core::ops; // RangeFull
181181
}
182-
183-
#[doc(no_inline)]
184-
pub use string::String;
185-
#[doc(no_inline)]
186-
pub use vec::Vec;

0 commit comments

Comments
 (0)