File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1634,9 +1634,8 @@ mod prim_ref {}
1634
1634
/// function pointers of varying length. Note that this is a convenience notation to avoid
1635
1635
/// repetitive documentation, not valid Rust syntax.
1636
1636
///
1637
- /// Due to a temporary restriction in Rust's type system, these traits are only implemented on
1638
- /// functions that take 12 arguments or less, with the `"Rust"` and `"C"` ABIs. In the future, this
1639
- /// may change:
1637
+ /// The following traits are implemented for function pointers with any number of arguments and
1638
+ /// any ABI.
1640
1639
///
1641
1640
/// * [`PartialEq`]
1642
1641
/// * [`Eq`]
@@ -1645,11 +1644,6 @@ mod prim_ref {}
1645
1644
/// * [`Hash`]
1646
1645
/// * [`Pointer`]
1647
1646
/// * [`Debug`]
1648
- ///
1649
- /// The following traits are implemented for function pointers with any number of arguments and
1650
- /// any ABI. These traits have implementations that are automatically generated by the compiler,
1651
- /// so are not limited by missing language features:
1652
- ///
1653
1647
/// * [`Clone`]
1654
1648
/// * [`Copy`]
1655
1649
/// * [`Send`]
You can’t perform that action at this time.
0 commit comments