mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
c48cdfe8ee
`Waker::noop()` now returns a `&'static Waker` reference, so it can be passed directly to `Context` creation with no temporary lifetime issue.