mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-11 23:37:58 -05:00
* Reduce repo MSRV from 1.85 to 1.84 Fixes https://github.com/gfx-rs/wgpu/issues/7409 * Replace usage of task::Waker::noop() * Gate waker code to `noop` feature * Remove unused copied waker function * Remove doctest from copied code