Skip to content

Commit 648ad7c

Browse files
authored
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
2 parents 282d258 + 04e8237 commit 648ad7c

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)