mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:55:24 +00:00
remove cfg gate on use RawVec since it is now also used in fallible code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user