We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d10761 commit b0dd7fcCopy full SHA for b0dd7fc
src/doc/unstable-book/src/language-features/generators.md
@@ -146,7 +146,7 @@ closure-like semantics. Namely:
146
generators also depend on variables live across suspension points. This means
147
that although the ambient environment may be `Send` or `Sync`, the generator
148
itself may not be due to internal variables live across `yield` points being
149
- not-`Send` or not-`Sync`. Note that generators, like closures, do
+ not-`Send` or not-`Sync`. Note that generators do
150
not implement traits like `Copy` or `Clone` automatically.
151
152
* Whenever a generator is dropped it will drop all captured environment
0 commit comments