Skip to content

Commit

Permalink
remove cfg gate on use RawVec since it is now also used in fallible…
Browse files Browse the repository at this point in the history
… code
  • Loading branch information
the8472 committed Aug 5, 2021
1 parent f408d4b commit 6ed2d87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/alloc/src/boxed.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 6ed2d87

Please sign in to comment.