Skip to content

Commit fe8aefa

Browse files
committed
Also update file changed in #4840
1 parent ca7790f commit fe8aefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/io/driver/registration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl Registration {
115115

116116
// Uses the poll path, requiring the caller to ensure mutual exclusion for
117117
// correctness. Only the last task to call this function is notified.
118-
#[cfg(not(all(target_arch = "wasm32", target_os = "wasi")))]
118+
#[cfg(not(all(target_family = "wasm", target_os = "wasi")))]
119119
pub(crate) fn poll_read_io<R>(
120120
&self,
121121
cx: &mut Context<'_>,

0 commit comments

Comments
 (0)