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:
Mike Hommey 2018-05-08 17:07:24 +09:00
parent 295d98069f
commit 663c0961b9

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