mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03: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::{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