Skip to content

Commit cdb0c29

Browse files
committed
Remove unnecessary doc links
1 parent 26aec6c commit cdb0c29

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

library/core/src/primitive_docs.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,6 @@ mod prim_usize {}
11081108
///
11091109
/// [`Deref`]: ops::Deref
11101110
/// [`Borrow`]: borrow::Borrow
1111-
/// [`fmt::Pointer`]: fmt::Pointer
11121111
///
11131112
/// `&mut T` references get all of the above except `Copy` and `Clone` (to prevent creating
11141113
/// multiple simultaneous mutable borrows), plus the following, regardless of the type of its
@@ -1136,7 +1135,6 @@ mod prim_usize {}
11361135
/// * [`Send`] \(`&T` references also require <code>T: [Sync]</code>)
11371136
///
11381137
/// [`std::fmt`]: fmt
1139-
/// [`fmt::Pointer`]: fmt::Pointer
11401138
/// [`Hash`]: hash::Hash
11411139
#[doc = concat!("[`ToSocketAddrs`]: ", include_str!("../primitive_docs/net_tosocketaddrs.md"))]
11421140
///

library/std/src/primitive_docs.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,6 @@ mod prim_usize {}
11081108
///
11091109
/// [`Deref`]: ops::Deref
11101110
/// [`Borrow`]: borrow::Borrow
1111-
/// [`fmt::Pointer`]: fmt::Pointer
11121111
///
11131112
/// `&mut T` references get all of the above except `Copy` and `Clone` (to prevent creating
11141113
/// multiple simultaneous mutable borrows), plus the following, regardless of the type of its
@@ -1136,7 +1135,6 @@ mod prim_usize {}
11361135
/// * [`Send`] \(`&T` references also require <code>T: [Sync]</code>)
11371136
///
11381137
/// [`std::fmt`]: fmt
1139-
/// [`fmt::Pointer`]: fmt::Pointer
11401138
/// [`Hash`]: hash::Hash
11411139
#[doc = concat!("[`ToSocketAddrs`]: ", include_str!("../primitive_docs/net_tosocketaddrs.md"))]
11421140
///

0 commit comments

Comments
 (0)