File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1108,7 +1108,6 @@ mod prim_usize {}
1108
1108
///
1109
1109
/// [`Deref`]: ops::Deref
1110
1110
/// [`Borrow`]: borrow::Borrow
1111
- /// [`fmt::Pointer`]: fmt::Pointer
1112
1111
///
1113
1112
/// `&mut T` references get all of the above except `Copy` and `Clone` (to prevent creating
1114
1113
/// multiple simultaneous mutable borrows), plus the following, regardless of the type of its
@@ -1136,7 +1135,6 @@ mod prim_usize {}
1136
1135
/// * [`Send`] \(`&T` references also require <code>T: [Sync]</code>)
1137
1136
///
1138
1137
/// [`std::fmt`]: fmt
1139
- /// [`fmt::Pointer`]: fmt::Pointer
1140
1138
/// [`Hash`]: hash::Hash
1141
1139
#[ doc = concat ! ( "[`ToSocketAddrs`]: " , include_str!( "../primitive_docs/net_tosocketaddrs.md" ) ) ]
1142
1140
///
Original file line number Diff line number Diff line change @@ -1108,7 +1108,6 @@ mod prim_usize {}
1108
1108
///
1109
1109
/// [`Deref`]: ops::Deref
1110
1110
/// [`Borrow`]: borrow::Borrow
1111
- /// [`fmt::Pointer`]: fmt::Pointer
1112
1111
///
1113
1112
/// `&mut T` references get all of the above except `Copy` and `Clone` (to prevent creating
1114
1113
/// multiple simultaneous mutable borrows), plus the following, regardless of the type of its
@@ -1136,7 +1135,6 @@ mod prim_usize {}
1136
1135
/// * [`Send`] \(`&T` references also require <code>T: [Sync]</code>)
1137
1136
///
1138
1137
/// [`std::fmt`]: fmt
1139
- /// [`fmt::Pointer`]: fmt::Pointer
1140
1138
/// [`Hash`]: hash::Hash
1141
1139
#[ doc = concat ! ( "[`ToSocketAddrs`]: " , include_str!( "../primitive_docs/net_tosocketaddrs.md" ) ) ]
1142
1140
///
You can’t perform that action at this time.
0 commit comments