Remove alloc::prelude

As per the libs team decision in #58935.

Closes #58935
This commit is contained in:
Amanieu d'Antras 2021-10-15 01:41:31 +02:00
parent e1e9319d93
commit 8007dfa3b2
5 changed files with 4 additions and 34 deletions

View file

@ -189,7 +189,6 @@ mod boxed {
pub mod borrow;
pub mod collections;
pub mod fmt;
pub mod prelude;
pub mod raw_vec;
pub mod rc;
pub mod slice;