diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-08-24 11:48:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 11:48:52 +0900 |
| commit | 648ad7c57e3833d089b17c1f3e60152a3b9c3c47 (patch) | |
| tree | b612bba6f21abc9ba5154bb2a2cdbbe9be68dd7c | |
| parent | 282d258cd100143ac2ab944e9a9d35b9f52b7d4b (diff) | |
| parent | 04e8237c6d8a7ad8decfbe380467481d1f9c2a0b (diff) | |
| download | rust-648ad7c57e3833d089b17c1f3e60152a3b9c3c47.tar.gz rust-648ad7c57e3833d089b17c1f3e60152a3b9c3c47.zip | |
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
| -rw-r--r-- | library/core/src/array/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/core/src/array/mod.rs b/library/core/src/array/mod.rs index 6b28ab7d755..88795d8429d 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<T> { /// Converts the array to immutable slice |
