remove cfg gate on use RawVec since it is now also used in fallible code

This commit is contained in:
The8472 2021-08-05 19:45:02 +02:00
parent f408d4bb8c
commit 6ed2d870fc

View file

@ -157,7 +157,6 @@ use crate::alloc::{handle_alloc_error, WriteCloneIntoRaw};
use crate::alloc::{AllocError, Allocator, Global, Layout};
#[cfg(not(no_global_oom_handling))]
use crate::borrow::Cow;
#[cfg(not(no_global_oom_handling))]
use crate::raw_vec::RawVec;
#[cfg(not(no_global_oom_handling))]
use crate::str::from_boxed_utf8_unchecked;