Skip to content

Commit

Permalink
io: mention ignoring not present Interest
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonicious committed Sep 6, 2023
1 parent 3317c75 commit fcaf32b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tokio/src/io/interest.rs
Expand Up @@ -169,6 +169,8 @@ impl Interest {

/// Remove `Interest` from `self`.
///
/// Interests present in `other` but *not* in `self` are ignored.
///
/// Returns `None` if the set would be empty after removing `Interest`.
///
/// # Examples
Expand Down

0 comments on commit fcaf32b

Please sign in to comment.