liballoc: cargo check passes on 2018
This commit is contained in:
parent
5594b0d5b8
commit
e6e27924e1
20 changed files with 61 additions and 60 deletions
|
@ -70,11 +70,11 @@ use core::ptr;
|
|||
use core::ptr::NonNull;
|
||||
use core::slice;
|
||||
|
||||
use collections::CollectionAllocErr;
|
||||
use borrow::ToOwned;
|
||||
use borrow::Cow;
|
||||
use boxed::Box;
|
||||
use raw_vec::RawVec;
|
||||
use crate::collections::CollectionAllocErr;
|
||||
use crate::borrow::ToOwned;
|
||||
use crate::borrow::Cow;
|
||||
use crate::boxed::Box;
|
||||
use crate::raw_vec::RawVec;
|
||||
|
||||
/// A contiguous growable array type, written `Vec<T>` but pronounced 'vector'.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue