Update tokio/src/io/poll_evented.rs

Co-authored-by: Alice Ryhl <[email protected]>
This commit is contained in:
Noah Kennedy
2023-10-20 13:13:52 -05:00
committed by GitHub
co-authored by Alice Ryhl
parent 8f0f23d8a2
commit 64ae8c373b
+1 -1
View File
@@ -68,7 +68,7 @@ cfg_io_driver! {
}
}
#[cfg(all(target_os = "linux"))]
#[cfg(target_os = "linux")]
impl<E: std::os::unix::io::AsRawFd + Source> PollEvented<E> {
/// Creates a new `PollEvented` associated with the default reactor.
///