Skip to content

Commit

Permalink
bump stable version #94640
Browse files Browse the repository at this point in the history
  • Loading branch information
Pointerbender committed May 17, 2022
1 parent 613f569 commit 021a7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/core/src/ptr/non_null.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ impl<T> NonNull<[T]> {
/// let slice: NonNull<[i8]> = NonNull::slice_from_raw_parts(NonNull::dangling(), 3);
/// assert_eq!(slice.len(), 3);
/// ```
#[stable(feature = "slice_ptr_len_nonnull", since = "1.61.0")]
#[rustc_const_stable(feature = "const_slice_ptr_len_nonnull", since = "1.61.0")]
#[stable(feature = "slice_ptr_len_nonnull", since = "1.63.0")]
#[rustc_const_stable(feature = "const_slice_ptr_len_nonnull", since = "1.63.0")]
#[rustc_allow_const_fn_unstable(const_slice_ptr_len)]
#[must_use]
#[inline]
Expand Down

0 comments on commit 021a7e4

Please sign in to comment.