Skip to content

Commit

Permalink
Remove doc reference to old WakerRegistrar
Browse files Browse the repository at this point in the history
  • Loading branch information
jasta committed Jul 14, 2023
1 parent 834d366 commit dda0f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/unix/selector/poll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ impl SelectorState {
}

// Remove the interest which just got triggered
// the IoSourceState/WakerRegistrar used with this selector will add back
// the IoSourceState/Waker used with this selector will add back
// the interest using reregister.
poll_fd.events &= !poll_fd.revents;

Expand Down

0 comments on commit dda0f69

Please sign in to comment.