We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use RawVec
1 parent b845cfe commit cbc4916Copy full SHA for cbc4916
alloc/src/boxed.rs
@@ -157,7 +157,6 @@ use crate::alloc::{handle_alloc_error, WriteCloneIntoRaw};
157
use crate::alloc::{AllocError, Allocator, Global, Layout};
158
#[cfg(not(no_global_oom_handling))]
159
use crate::borrow::Cow;
160
-#[cfg(not(no_global_oom_handling))]
161
use crate::raw_vec::RawVec;
162
163
use crate::str::from_boxed_utf8_unchecked;
0 commit comments