File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 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 {}
15771577#[ cfg( doc) ]
15781578#[ stable( feature = "rust1" , since = "1.0.0" ) ]
15791579#[ 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.
15811581impl < Ret , T > Clone for fn ( T ) -> Ret {
15821582 fn clone ( & self ) -> Self {
15831583 loop { }
@@ -1588,7 +1588,7 @@ impl<Ret, T> Clone for fn(T) -> Ret {
15881588#[ cfg( doc) ]
15891589#[ stable( feature = "rust1" , since = "1.0.0" ) ]
15901590#[ 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.
15921592impl < Ret , T > Copy for fn ( T ) -> Ret {
15931593 // empty
15941594}
@@ -1601,7 +1601,7 @@ impl<Ret, T> Copy for fn(T) -> Ret {
16011601 reason = "internal trait for implementing various traits for all function pointers"
16021602) ]
16031603#[ 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.
16051605impl < Ret , T > FnPtr for fn ( T ) -> Ret {
16061606 fn addr ( self ) -> * const ( ) {
16071607 // empty
Original file line number Diff line number Diff line change @@ -1577,7 +1577,7 @@ impl<Ret, T> fn(T) -> Ret {}
15771577#[ cfg( doc) ]
15781578#[ stable( feature = "rust1" , since = "1.0.0" ) ]
15791579#[ 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.
15811581impl < Ret , T > Clone for fn ( T ) -> Ret {
15821582 fn clone ( & self ) -> Self {
15831583 loop { }
@@ -1588,7 +1588,7 @@ impl<Ret, T> Clone for fn(T) -> Ret {
15881588#[ cfg( doc) ]
15891589#[ stable( feature = "rust1" , since = "1.0.0" ) ]
15901590#[ 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.
15921592impl < Ret , T > Copy for fn ( T ) -> Ret {
15931593 // empty
15941594}
@@ -1601,7 +1601,7 @@ impl<Ret, T> Copy for fn(T) -> Ret {
16011601 reason = "internal trait for implementing various traits for all function pointers"
16021602) ]
16031603#[ 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.
16051605impl < Ret , T > FnPtr for fn ( T ) -> Ret {
16061606 fn addr ( self ) -> * const ( ) {
16071607 // empty
You can’t perform that action at this time.
0 commit comments