mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
Update tokio/src/io/poll_evented.rs
Co-authored-by: Alice Ryhl <[email protected]>
This commit is contained in:
co-authored by
Alice Ryhl
parent
8f0f23d8a2
commit
64ae8c373b
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user