]> git.lizzy.rs Git - rust.git/commit
Cleanup liballoc use statements
authorMike Hommey <mh@glandium.org>
Fri, 13 Apr 2018 23:13:28 +0000 (08:13 +0900)
committerMike Hommey <mh@glandium.org>
Fri, 13 Apr 2018 23:43:13 +0000 (08:43 +0900)
commitbd9ff8476d5e8ca5dbb99c70ff2a9dc3be1d59d7
treef91a9ff37c528581e22c292b854ded5a7d1afafd
parent9c2bfcbea2d7fff10e608b495d76f24f441999b9
Cleanup liballoc use statements

Some modules were still using the deprecated `allocator` module, use the
`alloc` module instead.

Some modules were using `super` while it's not needed.

Some modules were more or less ordering them, and other not, so the
latter have been modified to match the others.
src/liballoc/boxed.rs
src/liballoc/raw_vec.rs
src/liballoc/str.rs
src/liballoc/string.rs
src/liballoc/vec.rs
src/liballoc/vec_deque.rs