Skip to content

Commit 330ef95

Browse files
authored
Clone: Also mention closures that don't capture anything
1 parent 4f47e3f commit 330ef95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/special-types-and-traits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ types:
8080

8181
* Types with a built-in `Copy` implementation (see above)
8282
* [Tuples] of `Clone` types
83-
* [Closures] that only capture values of `Clone` types
83+
* [Closures] that only capture values of `Clone` types or capture no values from the environment
8484

8585
## `Send`
8686

0 commit comments

Comments
 (0)