diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2021-11-19 19:13:53 +0300 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2021-11-19 19:13:53 +0300 |
| commit | cdb0c29a9cf83db18906d7da7e2dbb581044a633 (patch) | |
| tree | 3a32475af55c229e88c3d376baba15fe0c9cfc94 | |
| parent | 26aec6c9363345d14ca38d7630dc9478239fbd77 (diff) | |
| download | rust-cdb0c29a9cf83db18906d7da7e2dbb581044a633.tar.gz rust-cdb0c29a9cf83db18906d7da7e2dbb581044a633.zip | |
Remove unnecessary doc links
| -rw-r--r-- | library/core/src/primitive_docs.rs | 2 | ||||
| -rw-r--r-- | library/std/src/primitive_docs.rs | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/library/core/src/primitive_docs.rs b/library/core/src/primitive_docs.rs index d919f8ee31e..f47a30c9b5d 100644 --- a/library/core/src/primitive_docs.rs +++ b/library/core/src/primitive_docs.rs @@ -1108,7 +1108,6 @@ mod prim_usize {} /// /// [`Deref`]: ops::Deref /// [`Borrow`]: borrow::Borrow -/// [`fmt::Pointer`]: fmt::Pointer /// /// `&mut T` references get all of the above except `Copy` and `Clone` (to prevent creating /// multiple simultaneous mutable borrows), plus the following, regardless of the type of its @@ -1136,7 +1135,6 @@ mod prim_usize {} /// * [`Send`] \(`&T` references also require <code>T: [Sync]</code>) /// /// [`std::fmt`]: fmt -/// [`fmt::Pointer`]: fmt::Pointer /// [`Hash`]: hash::Hash #[doc = concat!("[`ToSocketAddrs`]: ", include_str!("../primitive_docs/net_tosocketaddrs.md"))] /// diff --git a/library/std/src/primitive_docs.rs b/library/std/src/primitive_docs.rs index d919f8ee31e..f47a30c9b5d 100644 --- a/library/std/src/primitive_docs.rs +++ b/library/std/src/primitive_docs.rs @@ -1108,7 +1108,6 @@ mod prim_usize {} /// /// [`Deref`]: ops::Deref /// [`Borrow`]: borrow::Borrow -/// [`fmt::Pointer`]: fmt::Pointer /// /// `&mut T` references get all of the above except `Copy` and `Clone` (to prevent creating /// multiple simultaneous mutable borrows), plus the following, regardless of the type of its @@ -1136,7 +1135,6 @@ mod prim_usize {} /// * [`Send`] \(`&T` references also require <code>T: [Sync]</code>) /// /// [`std::fmt`]: fmt -/// [`fmt::Pointer`]: fmt::Pointer /// [`Hash`]: hash::Hash #[doc = concat!("[`ToSocketAddrs`]: ", include_str!("../primitive_docs/net_tosocketaddrs.md"))] /// |
