docs(comments): trim paste-fix commentary to the crucial constraints

This commit is contained in:
2026-07-24 13:09:35 -04:00
parent 7380576e50
commit 867b3e110b
2 changed files with 11 additions and 28 deletions
@@ -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),