liballoc: prefer imports of borrow from libcore.
This commit is contained in:
parent
f09f62f62c
commit
3bfa0a35f6
7 changed files with 13 additions and 14 deletions
|
@ -74,9 +74,8 @@ use core::{
|
|||
};
|
||||
|
||||
use crate::{
|
||||
borrow::{ToOwned, Cow},
|
||||
collections::CollectionAllocErr,
|
||||
borrow::ToOwned,
|
||||
borrow::Cow,
|
||||
boxed::Box,
|
||||
raw_vec::RawVec,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue