1
Fork 0

Rollup merge of #50527 - glandium:cleanup, r=sfackler

Cleanup a `use` in a raw_vec test

`allocator` is deprecated in favor of `alloc`, and `Alloc` is already imported
through `super::*`.
This commit is contained in:
kennytm 2018-05-09 17:26:49 +08:00
commit 553d25eb50
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C

View file

@ -748,7 +748,7 @@ mod tests {
#[test]
fn allocator_param() {
use allocator::{Alloc, AllocErr};
use alloc::AllocErr;
// Writing a test of integration between third-party
// allocators and RawVec is a little tricky because the RawVec