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.
This commit is contained in:
parent
b0547cea0a
commit
3394fb7bb7
1 changed files with 0 additions and 5 deletions
|
|
@ -179,8 +179,3 @@ pub mod vec;
|
|||
mod std {
|
||||
pub use core::ops; // RangeFull
|
||||
}
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use string::String;
|
||||
#[doc(no_inline)]
|
||||
pub use vec::Vec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue