Skip to content

Commit

Permalink
Remove unnecessary doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Nov 19, 2021
1 parent 26aec6c commit cdb0c29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions library/core/src/primitive_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"))]
///
Expand Down
2 changes: 0 additions & 2 deletions library/std/src/primitive_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"))]
///
Expand Down

0 comments on commit cdb0c29

Please sign in to comment.