diff options
| author | Camelid <37223377+camelid@users.noreply.github.com> | 2020-08-23 14:42:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-23 14:42:21 -0700 |
| commit | 04e8237c6d8a7ad8decfbe380467481d1f9c2a0b (patch) | |
| tree | 2e3a9b52d7f2b444b7fc8e8a6162c8905144e624 /library/core/src/array | |
| parent | 0ec94594dd15afba00635e0ae29d405a38ec1a21 (diff) | |
| download | rust-04e8237c6d8a7ad8decfbe380467481d1f9c2a0b.tar.gz rust-04e8237c6d8a7ad8decfbe380467481d1f9c2a0b.zip | |
Switch to intra-doc links in `core::array`
Diffstat (limited to 'library/core/src/array')
| -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 |
