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 f408d4b commit 6ed2d87Copy full SHA for 6ed2d87
library/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