File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -425,10 +425,11 @@ mod prim_str { }
425
425
///
426
426
/// # Trait implementations
427
427
///
428
- /// If every type inside a tuple implements one of the following
429
- /// traits, then a tuple itself also implements it.
428
+ /// If every type inside a tuple implements one of the following traits, then a
429
+ /// tuple itself also implements it.
430
430
///
431
431
/// * [`Clone`]
432
+ /// * [`Copy`]
432
433
/// * [`PartialEq`]
433
434
/// * [`Eq`]
434
435
/// * [`PartialOrd`]
@@ -438,6 +439,7 @@ mod prim_str { }
438
439
/// * [`Hash`]
439
440
///
440
441
/// [`Clone`]: clone/trait.Clone.html
442
+ /// [`Copy`]: marker/trait.Copy.html
441
443
/// [`PartialEq`]: cmp/trait.PartialEq.html
442
444
/// [`Eq`]: cmp/trait.Eq.html
443
445
/// [`PartialOrd`]: cmp/trait.PartialOrd.html
You can’t perform that action at this time.
0 commit comments