From 64ae8c373b4b22ab3f715bb135b72082a9ab6933 Mon Sep 17 00:00:00 2001 From: Noah Kennedy Date: Fri, 20 Oct 2023 13:13:52 -0500 Subject: [PATCH] Update tokio/src/io/poll_evented.rs Co-authored-by: Alice Ryhl --- tokio/src/io/poll_evented.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/src/io/poll_evented.rs b/tokio/src/io/poll_evented.rs index 71076eac6..c1e221935 100644 --- a/tokio/src/io/poll_evented.rs +++ b/tokio/src/io/poll_evented.rs @@ -68,7 +68,7 @@ cfg_io_driver! { } } -#[cfg(all(target_os = "linux"))] +#[cfg(target_os = "linux")] impl PollEvented { /// Creates a new `PollEvented` associated with the default reactor. ///