diff options
Diffstat (limited to 'src/liballoc/prelude/mod.rs')
| -rw-r--r-- | src/liballoc/prelude/mod.rs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/liballoc/prelude/mod.rs b/src/liballoc/prelude/mod.rs deleted file mode 100644 index 0534ad3edc7..00000000000 --- a/src/liballoc/prelude/mod.rs +++ /dev/null @@ -1,15 +0,0 @@ -//! The alloc Prelude -//! -//! The purpose of this module is to alleviate imports of commonly-used -//! items of the `alloc` crate by adding a glob import to the top of modules: -//! -//! ``` -//! # #![allow(unused_imports)] -//! #![feature(alloc_prelude)] -//! extern crate alloc; -//! use alloc::prelude::v1::*; -//! ``` - -#![unstable(feature = "alloc_prelude", issue = "58935")] - -pub mod v1; |
