]> git.lizzy.rs Git - rust.git/commit
Remove the Vec and String reexports at the root of the alloc crate
authorSimon Sapin <simon.sapin@exyr.org>
Fri, 15 Jun 2018 01:59:59 +0000 (03:59 +0200)
committerSimon Sapin <simon.sapin@exyr.org>
Fri, 29 Jun 2018 12:01:33 +0000 (14:01 +0200)
commit3394fb7bb7f08c045f9a82bb92272418c855859d
treea072b38fdbf73eb01b3b33bfa0c0b776e406111c
parentb0547cea0ae50f49619ded26f43d0d55a1674b14
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.
src/liballoc/lib.rs