We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec1712f + 5f50c0f commit 1e4361aCopy full SHA for 1e4361a
library/core/src/primitive_docs.rs
@@ -1362,6 +1362,7 @@ mod prim_usize {}
1362
/// * [`Hash`]
1363
/// * [`ToSocketAddrs`]
1364
/// * [`Send`] \(`&T` references also require <code>T: [Sync]</code>)
1365
+/// * [`Sync`]
1366
///
1367
/// [`std::fmt`]: fmt
1368
/// [`Hash`]: hash::Hash
library/std/src/primitive_docs.rs
0 commit comments