From 04e8237c6d8a7ad8decfbe380467481d1f9c2a0b Mon Sep 17 00:00:00 2001 From: Camelid <37223377+camelid@users.noreply.github.com> Date: Sun, 23 Aug 2020 14:42:21 -0700 Subject: [PATCH] Switch to intra-doc links in `core::array` --- library/core/src/array/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/core/src/array/mod.rs b/library/core/src/array/mod.rs index 6b28ab7d75563..88795d8429d29 100644 --- a/library/core/src/array/mod.rs +++ b/library/core/src/array/mod.rs @@ -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 { /// Converts the array to immutable slice