From 6ed2d870fc0bb8eaebdbb1cc820b264bb433fdb3 Mon Sep 17 00:00:00 2001 From: The8472 Date: Thu, 5 Aug 2021 19:45:02 +0200 Subject: remove cfg gate on `use RawVec` since it is now also used in fallible code --- library/alloc/src/boxed.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'library/alloc/src') diff --git a/library/alloc/src/boxed.rs b/library/alloc/src/boxed.rs index e09cc227105..6b2f52eb511 100644 --- a/library/alloc/src/boxed.rs +++ b/library/alloc/src/boxed.rs @@ -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; -- cgit 1.4.1-3-g733a5