We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b4a2af + e340392 commit 0041343Copy full SHA for 0041343
src/types.md
@@ -495,8 +495,7 @@ of cloning of the captured variables is left unspecified.
495
496
Because captures are often by reference, the following general rules arise:
497
498
-* A closure is [`Sync`] if all variables captured by mutable reference, copy,
499
- or move are [`Sync`].
+* A closure is [`Sync`] if all captured variables are [`Sync`].
500
* A closure is [`Send`] if all variables captured by shared reference are
501
[`Sync`], and all values captured by mutable reference, copy, or move are
502
[`Send`].
0 commit comments