Skip to content

Commit

Permalink
Also update file changed in #4840
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Jul 26, 2022
1 parent ca7790f commit fe8aefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/io/driver/registration.rs
Expand Up @@ -115,7 +115,7 @@ impl Registration {

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

0 comments on commit fe8aefa

Please sign in to comment.