File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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///
Original file line number Diff line number Diff 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///
You can’t perform that action at this time.
0 commit comments