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:
parent
295d98069f
commit
663c0961b9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user