@@ -616,6 +616,7 @@ mod impls {
616616 }
617617 }
618618
619+ #[ doc( hidden) ]
619620 #[ unstable( feature = "trivial_clone" , issue = "none" ) ]
620621 #[ rustc_const_unstable( feature = "const_clone" , issue = "142757" ) ]
621622 unsafe impl const TrivialClone for $t { }
@@ -639,6 +640,7 @@ mod impls {
639640 }
640641 }
641642
643+ #[ doc( hidden) ]
642644 #[ unstable( feature = "trivial_clone" , issue = "none" ) ]
643645 #[ rustc_const_unstable( feature = "const_clone" , issue = "142757" ) ]
644646 unsafe impl const TrivialClone for ! { }
@@ -652,6 +654,7 @@ mod impls {
652654 }
653655 }
654656
657+ #[ doc( hidden) ]
655658 #[ unstable( feature = "trivial_clone" , issue = "none" ) ]
656659 #[ rustc_const_unstable( feature = "const_clone" , issue = "142757" ) ]
657660 unsafe impl < T : PointeeSized > const TrivialClone for * const T { }
@@ -665,6 +668,7 @@ mod impls {
665668 }
666669 }
667670
671+ #[ doc( hidden) ]
668672 #[ unstable( feature = "trivial_clone" , issue = "none" ) ]
669673 #[ rustc_const_unstable( feature = "const_clone" , issue = "142757" ) ]
670674 unsafe impl < T : PointeeSized > const TrivialClone for * mut T { }
@@ -680,6 +684,7 @@ mod impls {
680684 }
681685 }
682686
687+ #[ doc( hidden) ]
683688 #[ unstable( feature = "trivial_clone" , issue = "none" ) ]
684689 #[ rustc_const_unstable( feature = "const_clone" , issue = "142757" ) ]
685690 unsafe impl < T : PointeeSized > const TrivialClone for & T { }
0 commit comments