Stabilize feature from_ref
This commit is contained in:
parent
6e6a4b1957
commit
26d62f55a4
3 changed files with 6 additions and 6 deletions
|
@ -119,8 +119,8 @@ pub use core::slice::{SplitN, RSplitN, SplitNMut, RSplitNMut};
|
|||
pub use core::slice::{RSplit, RSplitMut};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use core::slice::{from_raw_parts, from_raw_parts_mut};
|
||||
#[unstable(feature = "from_ref", issue = "45703")]
|
||||
pub use core::slice::{from_ref, from_ref_mut};
|
||||
#[stable(feature = "from_ref", since = "1.28.0")]
|
||||
pub use core::slice::{from_ref, from_mut};
|
||||
#[unstable(feature = "slice_get_slice", issue = "35729")]
|
||||
pub use core::slice::SliceIndex;
|
||||
#[unstable(feature = "exact_chunks", issue = "47115")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue