Skip to content

Commit 642935a

Browse files
nellshamrellvoidc
andauthored
Update rfc-drafts/stream.md
Co-authored-by: Dominik Stolz <[email protected]>
1 parent 4bcc194 commit 642935a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfc-drafts/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ that you own or things that were borrowed from your caller.
586586
### In Iterators
587587

588588
```rust
589-
gen async fn foo() -> Value {
589+
gen fn foo() -> Value {
590590
yield value;
591591
}
592592
```

0 commit comments

Comments
 (0)