Move core::alloc::CollectionAllocErr to alloc::collections
This commit is contained in:
parent
121b57b87a
commit
b0547cea0a
9 changed files with 38 additions and 36 deletions
|
@ -80,7 +80,7 @@ use core::ptr;
|
|||
use core::ptr::NonNull;
|
||||
use core::slice;
|
||||
|
||||
use alloc::CollectionAllocErr;
|
||||
use collections::CollectionAllocErr;
|
||||
use borrow::ToOwned;
|
||||
use borrow::Cow;
|
||||
use boxed::Box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue