We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6889fc commit e25fcd8Copy full SHA for e25fcd8
src/special-types-and-traits.md
@@ -71,7 +71,7 @@ For unions, this means all variants have to be `Copy`.
71
* [Arrays] of `Copy` types
72
* [Function pointers]
73
* [Function items]
74
-* [Closures] that capture no values or that only capture values of `Copy` types.
+* [Closures] that capture no values or that only capture values of `Copy` types
75
76
## `Clone`
77
0 commit comments