diff --git a/src/special-types-and-traits.md b/src/special-types-and-traits.md index 6355f3fb2..21cab3dc8 100644 --- a/src/special-types-and-traits.md +++ b/src/special-types-and-traits.md @@ -80,6 +80,7 @@ types: * Types with a built-in `Copy` implementation (see above) * [Tuples] of `Clone` types +* [Closures] that only capture values of `Clone` types or capture no values from the environment ## `Send`