Update clone reference to include closures

This commit is contained in:
Conrad Ludgate 2024-04-16 06:55:59 +01:00 committed by GitHub
parent 585b9bcb72
commit 4f47e3ffe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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
## `Send`