File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1577,7 +1577,7 @@ impl<Ret, T> fn(T) -> Ret {}
1577
1577
#[ cfg( doc) ]
1578
1578
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1579
1579
#[ doc( fake_variadic) ]
1580
- /// This trait is implemented on function pointers with any number of arguments .
1580
+ /// This trait is implemented on all function pointers.
1581
1581
impl < Ret , T > Clone for fn ( T ) -> Ret {
1582
1582
fn clone ( & self ) -> Self {
1583
1583
loop { }
@@ -1588,7 +1588,7 @@ impl<Ret, T> Clone for fn(T) -> Ret {
1588
1588
#[ cfg( doc) ]
1589
1589
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1590
1590
#[ doc( fake_variadic) ]
1591
- /// This trait is implemented on function pointers with any number of arguments .
1591
+ /// This trait is implemented on all function pointers.
1592
1592
impl < Ret , T > Copy for fn ( T ) -> Ret {
1593
1593
// empty
1594
1594
}
@@ -1601,7 +1601,7 @@ impl<Ret, T> Copy for fn(T) -> Ret {
1601
1601
reason = "internal trait for implementing various traits for all function pointers"
1602
1602
) ]
1603
1603
#[ doc( fake_variadic) ]
1604
- /// This trait is implemented on function pointers with any number of arguments .
1604
+ /// This trait is implemented on all function pointers.
1605
1605
impl < Ret , T > FnPtr for fn ( T ) -> Ret {
1606
1606
fn addr ( self ) -> * const ( ) {
1607
1607
// empty
Original file line number Diff line number Diff line change @@ -1577,7 +1577,7 @@ impl<Ret, T> fn(T) -> Ret {}
1577
1577
#[ cfg( doc) ]
1578
1578
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1579
1579
#[ doc( fake_variadic) ]
1580
- /// This trait is implemented on function pointers with any number of arguments .
1580
+ /// This trait is implemented on all function pointers.
1581
1581
impl < Ret , T > Clone for fn ( T ) -> Ret {
1582
1582
fn clone ( & self ) -> Self {
1583
1583
loop { }
@@ -1588,7 +1588,7 @@ impl<Ret, T> Clone for fn(T) -> Ret {
1588
1588
#[ cfg( doc) ]
1589
1589
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1590
1590
#[ doc( fake_variadic) ]
1591
- /// This trait is implemented on function pointers with any number of arguments .
1591
+ /// This trait is implemented on all function pointers.
1592
1592
impl < Ret , T > Copy for fn ( T ) -> Ret {
1593
1593
// empty
1594
1594
}
@@ -1601,7 +1601,7 @@ impl<Ret, T> Copy for fn(T) -> Ret {
1601
1601
reason = "internal trait for implementing various traits for all function pointers"
1602
1602
) ]
1603
1603
#[ doc( fake_variadic) ]
1604
- /// This trait is implemented on function pointers with any number of arguments .
1604
+ /// This trait is implemented on all function pointers.
1605
1605
impl < Ret , T > FnPtr for fn ( T ) -> Ret {
1606
1606
fn addr ( self ) -> * const ( ) {
1607
1607
// empty
You can’t perform that action at this time.
0 commit comments