We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
noop
1 parent 9c5e501 commit dd2ab18Copy full SHA for dd2ab18
wgpu/src/api/device.rs
@@ -698,6 +698,7 @@ impl fmt::Display for Error {
698
699
// Copied from [`futures::task::noop_waker`].
700
// Needed until MSRV is 1.85 with `task::Waker::noop()` available
701
+#[cfg(feature = "noop")]
702
mod waker {
703
use core::ptr::null;
704
use core::task::{RawWaker, RawWakerVTable, Waker};
0 commit comments