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.
1 parent ca7790f commit fe8aefaCopy full SHA for fe8aefa
tokio/src/io/driver/registration.rs
@@ -115,7 +115,7 @@ impl Registration {
115
116
// Uses the poll path, requiring the caller to ensure mutual exclusion for
117
// correctness. Only the last task to call this function is notified.
118
- #[cfg(not(all(target_arch = "wasm32", target_os = "wasi")))]
+ #[cfg(not(all(target_family = "wasm", target_os = "wasi")))]
119
pub(crate) fn poll_read_io<R>(
120
&self,
121
cx: &mut Context<'_>,
0 commit comments