We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7b87c commit c9831c7Copy full SHA for c9831c7
src/sys/unix/mod.rs
@@ -78,7 +78,7 @@ cfg_os_poll! {
78
)
79
), path = "waker/kqueue.rs")]
80
#[cfg_attr(any(
81
- // NOTE: also add to the list list for the `pipe` module below.
+ // NOTE: also add to the list for the `pipe` module below.
82
mio_unsupported_force_waker_pipe,
83
all(
84
// `kqueue(2)` based waker doesn't work with `poll(2)`.
@@ -140,7 +140,7 @@ cfg_os_poll! {
140
target_os = "watchos",
141
),
142
143
144
target_os = "aix",
145
target_os = "dragonfly",
146
target_os = "haiku",
0 commit comments