Rollup merge of #75851 - camelid:patch-2, r=jyn514
Switch to intra-doc links in `core::array` Part of #75080. @rustbot modify labels: A-intra-doc-links T-doc T-rustdoc
This commit is contained in:
commit
648ad7c57e
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue