We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76a5895 + 3e9b859 commit 862ae9aCopy full SHA for 862ae9a
src/libstd/primitive_docs.rs
@@ -425,10 +425,11 @@ mod prim_str { }
425
///
426
/// # Trait implementations
427
428
-/// If every type inside a tuple implements one of the following
429
-/// traits, then a tuple itself also implements it.
+/// If every type inside a tuple implements one of the following traits, then a
+/// tuple itself also implements it.
430
431
/// * [`Clone`]
432
+/// * [`Copy`]
433
/// * [`PartialEq`]
434
/// * [`Eq`]
435
/// * [`PartialOrd`]
@@ -438,6 +439,7 @@ mod prim_str { }
438
439
/// * [`Hash`]
440
441
/// [`Clone`]: clone/trait.Clone.html
442
+/// [`Copy`]: marker/trait.Copy.html
443
/// [`PartialEq`]: cmp/trait.PartialEq.html
444
/// [`Eq`]: cmp/trait.Eq.html
445
/// [`PartialOrd`]: cmp/trait.PartialOrd.html
0 commit comments