1
Fork 0

liballoc: prefer imports of borrow from libcore.

This commit is contained in:
Mazdak Farrokhzad 2019-02-02 10:53:27 +01:00
parent f09f62f62c
commit 3bfa0a35f6
7 changed files with 13 additions and 14 deletions

View file

@ -74,9 +74,8 @@ use core::{
};
use crate::{
borrow::{ToOwned, Cow},
collections::CollectionAllocErr,
borrow::ToOwned,
borrow::Cow,
boxed::Box,
raw_vec::RawVec,
};