Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/sys/unix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cfg_os_poll! {
)
), path = "waker/kqueue.rs")]
#[cfg_attr(any(
// NOTE: also add to the list list for the `pipe` module below.
// NOTE: also add to the list for the `pipe` module below.
mio_unsupported_force_waker_pipe,
all(
// `kqueue(2)` based waker doesn't work with `poll(2)`.
Expand Down Expand Up @@ -140,7 +140,7 @@ cfg_os_poll! {
target_os = "watchos",
),
),
// NOTE: also add to the list list for the `pipe` module below.
// NOTE: also add to the list for the `pipe` module below.
target_os = "aix",
target_os = "dragonfly",
target_os = "haiku",
Expand Down
Loading