Switch to intra-doc links in core::array
This commit is contained in:
parent
0ec94594dd
commit
04e8237c6d
@ -32,9 +32,6 @@ pub use iter::IntoIter;
|
||||
/// Note that the traits [`AsRef`] and [`AsMut`] provide similar methods for types that
|
||||
/// may not be fixed-size arrays. Implementors should prefer those traits
|
||||
/// instead.
|
||||
///
|
||||
/// [`AsRef`]: ../convert/trait.AsRef.html
|
||||
/// [`AsMut`]: ../convert/trait.AsMut.html
|
||||
#[unstable(feature = "fixed_size_array", issue = "27778")]
|
||||
pub unsafe trait FixedSizeArray<T> {
|
||||
/// Converts the array to immutable slice
|
||||
|
Loading…
Reference in New Issue
Block a user