gen-iter icon indicating copy to clipboard operation
gen-iter copied to clipboard

Renamed generators to coroutines as per rust's updates

Open arduano opened this issue 1 year ago • 0 comments

Rust recently renamed generators to coroutines, as seen here:

https://blog.rust-lang.org/inside-rust/2023/10/23/coroutines.html

This broke gen_iter in my dependency tree, so I'm making this PR

arduano avatar Oct 27 '23 01:10 arduano