1
Fork 0

Move core::alloc::CollectionAllocErr to alloc::collections

This commit is contained in:
Simon Sapin 2018-06-15 03:56:35 +02:00
parent 121b57b87a
commit b0547cea0a
9 changed files with 38 additions and 36 deletions

View file

@ -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;