Skip to content

Commit 04e8237

Browse files
authored
Switch to intra-doc links in core::array
1 parent 0ec9459 commit 04e8237

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/core/src/array/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ pub use iter::IntoIter;
3232
/// Note that the traits [`AsRef`] and [`AsMut`] provide similar methods for types that
3333
/// may not be fixed-size arrays. Implementors should prefer those traits
3434
/// instead.
35-
///
36-
/// [`AsRef`]: ../convert/trait.AsRef.html
37-
/// [`AsMut`]: ../convert/trait.AsMut.html
3835
#[unstable(feature = "fixed_size_array", issue = "27778")]
3936
pub unsafe trait FixedSizeArray<T> {
4037
/// Converts the array to immutable slice

0 commit comments

Comments
 (0)