docs(comments): trim paste-fix commentary to the crucial constraints
This commit is contained in:
@@ -148,7 +148,6 @@ mod linux {
|
||||
}
|
||||
let err = std::io::Error::last_os_error();
|
||||
match err.kind() {
|
||||
// The fd is non-blocking: the queue is empty.
|
||||
std::io::ErrorKind::WouldBlock => break,
|
||||
std::io::ErrorKind::Interrupted => continue,
|
||||
_ => return Err(err),
|
||||
|
||||
Reference in New Issue
Block a user