Fix docs for '<[T]>::as_array';
This commit is contained in:
parent
caa81728c3
commit
b1ff3c8b92
1 changed files with 1 additions and 1 deletions
|
@ -858,7 +858,7 @@ impl<T> [T] {
|
||||||
|
|
||||||
/// Gets a reference to the underlying array.
|
/// Gets a reference to the underlying array.
|
||||||
///
|
///
|
||||||
/// If `N` is not exactly equal to slice's the length of `self`, then this method returns `None`.
|
/// If `N` is not exactly equal to the length of `self`, then this method returns `None`.
|
||||||
#[unstable(feature = "slice_as_array", issue = "133508")]
|
#[unstable(feature = "slice_as_array", issue = "133508")]
|
||||||
#[rustc_const_unstable(feature = "slice_as_array", issue = "133508")]
|
#[rustc_const_unstable(feature = "slice_as_array", issue = "133508")]
|
||||||
#[inline]
|
#[inline]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue