diff --git a/tokio/src/util/blocking_check.rs b/tokio/src/util/blocking_check.rs index f7f35f6a1..be5b8b4de 100644 --- a/tokio/src/util/blocking_check.rs +++ b/tokio/src/util/blocking_check.rs @@ -24,6 +24,6 @@ pub(crate) fn check_socket_for_blocking(s: &S) -> crate::io::Result<()> #[allow(unused_variables)] pub(crate) fn check_socket_for_blocking(s: &S) -> crate::io::Result<()> { // we cannot retrieve the nonblocking status on windows - // and i dont know how to support wasi yet + // and i don't know how to support wasi yet Ok(()) }