We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d0c2a commit 44c5204Copy full SHA for 44c5204
src/reactor.rs
@@ -295,7 +295,7 @@ impl ReactorLock<'_> {
295
}
296
297
298
- // Re-register if there are still writers or readers. The can happen if
+ // Re-register if there are still writers or readers. This can happen if
299
// e.g. we were previously interested in both readability and writability,
300
// but only one of them was emitted.
301
if !state[READ].is_empty() || !state[WRITE].is_empty() {
0 commit comments