tokio-rs / async-stream

Asynchronous streams for Rust using async & await notation
Other
604 stars 32 forks source link

Transform the inner expression of yield expressions #66

Closed SabrinaJewson closed 2 years ago

SabrinaJewson commented 2 years ago

The fix almost seems too easy, so I'm slightly suspicious that I might've missed something - please tell me if I have.

Fixes: #65

SabrinaJewson commented 2 years ago

I merged your ci branch, so hopefully CI will pass...