rust/library/core/tests/async_iter
Kevin Reid c48cdfe8ee Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.
`Waker::noop()` now returns a `&'static Waker` reference, so it can be
passed directly to `Context` creation with no temporary lifetime issue.
2024-01-17 12:00:27 -08:00
..
mod.rs Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. 2024-01-17 12:00:27 -08:00