Clone: Also mention closures that don't capture anything

This commit is contained in:
Eric Huss 2024-04-17 08:04:47 -07:00 committed by GitHub
parent 4f47e3ffe7
commit 330ef95694
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ types:
* Types with a built-in `Copy` implementation (see above)
* [Tuples] of `Clone` types
* [Closures] that only capture values of `Clone` types
* [Closures] that only capture values of `Clone` types or capture no values from the environment
## `Send`