File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 66//! ```
77//! # #![allow(unused_imports)]
88//! # #![feature(alloc)]
9+ //! #![feature(alloc_prelude)]
910//! extern crate alloc;
1011//! use alloc::prelude::v1::*;
1112//! ```
1213
13- #![ unstable( feature = "alloc " , issue = "27783 " ) ]
14+ #![ unstable( feature = "alloc_prelude " , issue = "58935 " ) ]
1415
1516pub mod v1;
Original file line number Diff line number Diff line change 22//!
33//! See the [module-level documentation](../index.html) for more.
44
5- #![ unstable( feature = "alloc " , issue = "27783 " ) ]
5+ #![ unstable( feature = "alloc_prelude " , issue = "58935 " ) ]
66
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