Bump rustix to 1.0.0
This commit is contained in:
parent
e542a78deb
commit
969237f422
3 changed files with 3 additions and 3 deletions
|
|
@ -792,7 +792,7 @@ impl PumpEventNotifier {
|
|||
if Ok(1) == rustix::io::read(read.as_fd(), &mut [0u8; 1]) {
|
||||
break 'outer;
|
||||
}
|
||||
let _ = rustix::event::poll(&mut [poll_fd, pipe_poll_fd], -1);
|
||||
let _ = rustix::event::poll(&mut [poll_fd, pipe_poll_fd], None);
|
||||
// Non-blocking read the connection.
|
||||
let _ = read_guard.read_without_dispatch();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue