File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2335,7 +2335,7 @@ macro_rules! tuple {
2335
2335
2336
2336
macro_rules! maybe_tuple_doc {
2337
2337
( $a: ident @ #[ $meta: meta] $item: item) => {
2338
- #[ cfg_attr( not( bootstrap) , doc( tuple_varadic ) ) ]
2338
+ #[ cfg_attr( not( bootstrap) , doc( tuple_variadic ) ) ]
2339
2339
#[ doc = "This trait is implemented for tuples up to twelve items long." ]
2340
2340
#[ $meta]
2341
2341
$item
Original file line number Diff line number Diff line change @@ -900,7 +900,7 @@ mod impls {
900
900
901
901
macro_rules! maybe_tuple_doc {
902
902
( $a: ident @ #[ $meta: meta] $item: item) => {
903
- #[ cfg_attr( not( bootstrap) , doc( tuple_varadic ) ) ]
903
+ #[ cfg_attr( not( bootstrap) , doc( tuple_variadic ) ) ]
904
904
#[ doc = "This trait is implemented for tuples up to twelve items long." ]
905
905
#[ $meta]
906
906
$item
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ impl<T> (T,) {}
965
965
// Fake impl that's only really used for docs.
966
966
#[ cfg( doc) ]
967
967
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
968
- #[ cfg_attr( not( bootstrap) , doc( tuple_varadic ) ) ]
968
+ #[ cfg_attr( not( bootstrap) , doc( tuple_variadic ) ) ]
969
969
/// This trait is implemented on arbitrary-length tuples.
970
970
impl < T : Clone > Clone for ( T , ) {
971
971
fn clone ( & self ) -> Self {
@@ -976,7 +976,7 @@ impl<T: Clone> Clone for (T,) {
976
976
// Fake impl that's only really used for docs.
977
977
#[ cfg( doc) ]
978
978
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
979
- #[ cfg_attr( not( bootstrap) , doc( tuple_varadic ) ) ]
979
+ #[ cfg_attr( not( bootstrap) , doc( tuple_variadic ) ) ]
980
980
/// This trait is implemented on arbitrary-length tuples.
981
981
impl < T : Copy > Copy for ( T , ) {
982
982
// empty
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ macro_rules! tuple_impls {
105
105
106
106
macro_rules! maybe_tuple_doc {
107
107
( $a: ident @ #[ $meta: meta] $item: item) => {
108
- #[ cfg_attr( not( bootstrap) , doc( tuple_varadic ) ) ]
108
+ #[ cfg_attr( not( bootstrap) , doc( tuple_variadic ) ) ]
109
109
#[ doc = "This trait is implemented for tuples up to twelve items long." ]
110
110
#[ $meta]
111
111
$item
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ impl<T> (T,) {}
965
965
// Fake impl that's only really used for docs.
966
966
#[ cfg( doc) ]
967
967
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
968
- #[ cfg_attr( not( bootstrap) , doc( tuple_varadic ) ) ]
968
+ #[ cfg_attr( not( bootstrap) , doc( tuple_variadic ) ) ]
969
969
/// This trait is implemented on arbitrary-length tuples.
970
970
impl < T : Clone > Clone for ( T , ) {
971
971
fn clone ( & self ) -> Self {
@@ -976,7 +976,7 @@ impl<T: Clone> Clone for (T,) {
976
976
// Fake impl that's only really used for docs.
977
977
#[ cfg( doc) ]
978
978
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
979
- #[ cfg_attr( not( bootstrap) , doc( tuple_varadic ) ) ]
979
+ #[ cfg_attr( not( bootstrap) , doc( tuple_variadic ) ) ]
980
980
/// This trait is implemented on arbitrary-length tuples.
981
981
impl < T : Copy > Copy for ( T , ) {
982
982
// empty
You can’t perform that action at this time.
0 commit comments