Update library/std/src/primitive_docs.rs

Co-authored-by: fmease <liehr.exchange@gmx.net>
This commit is contained in:
Waffle Lapkin 2021-08-27 00:16:25 +03:00 committed by Maybe Waffle
parent 7a477869b7
commit 9a4530bdd0

View File

@ -1136,7 +1136,7 @@ mod prim_usize {}
/// * [`Send`] \(`&T` references also require <code>T: [Sync]</code>)
///
/// [`std::fmt`]: fmt
/// ['fmt::Pointer`]: fmt::Pointer
/// [`fmt::Pointer`]: fmt::Pointer
/// [`Hash`]: hash::Hash
#[doc = concat!("[`ToSocketAddrs`]: ", include_str!("../primitive_docs/net_tosocketaddrs.md"))]
///