File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 6
6
//! ```
7
7
//! # #![allow(unused_imports)]
8
8
//! # #![feature(alloc)]
9
+ //! #![feature(alloc_prelude)]
9
10
//! extern crate alloc;
10
11
//! use alloc::prelude::v1::*;
11
12
//! ```
12
13
13
- #![ unstable( feature = "alloc " , issue = "27783 " ) ]
14
+ #![ unstable( feature = "alloc_prelude " , issue = "58935 " ) ]
14
15
15
16
pub mod v1;
Original file line number Diff line number Diff line change 2
2
//!
3
3
//! See the [module-level documentation](../index.html) for more.
4
4
5
- #![ unstable( feature = "alloc " , issue = "27783 " ) ]
5
+ #![ unstable( feature = "alloc_prelude " , issue = "58935 " ) ]
6
6
7
- #[ unstable( feature = "alloc " , issue = "27783 " ) ] pub use crate :: borrow:: ToOwned ;
8
- #[ unstable( feature = "alloc " , issue = "27783 " ) ] pub use crate :: boxed:: Box ;
9
- #[ unstable( feature = "alloc " , issue = "27783 " ) ] pub use crate :: slice:: SliceConcatExt ;
10
- #[ unstable( feature = "alloc " , issue = "27783 " ) ] pub use crate :: string:: { String , ToString } ;
11
- #[ unstable( feature = "alloc " , issue = "27783 " ) ] pub use crate :: vec:: Vec ;
7
+ #[ unstable( feature = "alloc_prelude " , issue = "58935 " ) ] pub use crate :: borrow:: ToOwned ;
8
+ #[ unstable( feature = "alloc_prelude " , issue = "58935 " ) ] pub use crate :: boxed:: Box ;
9
+ #[ unstable( feature = "alloc_prelude " , issue = "58935 " ) ] pub use crate :: slice:: SliceConcatExt ;
10
+ #[ unstable( feature = "alloc_prelude " , issue = "58935 " ) ] pub use crate :: string:: { String , ToString } ;
11
+ #[ unstable( feature = "alloc_prelude " , issue = "58935 " ) ] pub use crate :: vec:: Vec ;
You can’t perform that action at this time.
0 commit comments