File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ impl<T> (T,) {}
965965// Fake impl that's only really used for docs.
966966#[ cfg( doc) ]
967967#[ stable( feature = "rust1" , since = "1.0.0" ) ]
968- #[ doc( tuple_varadic) ]
968+ #[ cfg_attr ( not ( bootstrap ) , doc( tuple_varadic) ) ]
969969/// This trait is implemented on arbitrary-length tuples.
970970impl < T : Clone > Clone for ( T , ) {
971971 fn clone ( & self ) -> Self {
@@ -976,7 +976,7 @@ impl<T: Clone> Clone for (T,) {
976976// Fake impl that's only really used for docs.
977977#[ cfg( doc) ]
978978#[ stable( feature = "rust1" , since = "1.0.0" ) ]
979- #[ doc( tuple_varadic) ]
979+ #[ cfg_attr ( not ( bootstrap ) , doc( tuple_varadic) ) ]
980980/// This trait is implemented on arbitrary-length tuples.
981981impl < T : Copy > Copy for ( T , ) {
982982 // empty
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ impl<T> (T,) {}
965965// Fake impl that's only really used for docs.
966966#[ cfg( doc) ]
967967#[ stable( feature = "rust1" , since = "1.0.0" ) ]
968- #[ doc( tuple_varadic) ]
968+ #[ cfg_attr ( not ( bootstrap ) , doc( tuple_varadic) ) ]
969969/// This trait is implemented on arbitrary-length tuples.
970970impl < T : Clone > Clone for ( T , ) {
971971 fn clone ( & self ) -> Self {
@@ -976,7 +976,7 @@ impl<T: Clone> Clone for (T,) {
976976// Fake impl that's only really used for docs.
977977#[ cfg( doc) ]
978978#[ stable( feature = "rust1" , since = "1.0.0" ) ]
979- #[ doc( tuple_varadic) ]
979+ #[ cfg_attr ( not ( bootstrap ) , doc( tuple_varadic) ) ]
980980/// This trait is implemented on arbitrary-length tuples.
981981impl < T : Copy > Copy for ( T , ) {
982982 // empty
You can’t perform that action at this time.
0 commit comments