Skip to content

Commit

Permalink
Remove outdated comment from Poll::poll
Browse files Browse the repository at this point in the history
Talking about deprecated and removed APIs.
  • Loading branch information
Thomasdezeeuw committed Mar 2, 2020
1 parent ad56f9c commit db87265
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/poll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,6 @@ impl Poll {
/// granularity (usually 1ms), and kernel scheduling delays mean that
/// the blocking interval may be overrun by a small amount.
///
/// `poll` returns the number of readiness events that have been pushed into
/// `events` or `Err` when an error has been encountered with the system
/// selector. The value returned is deprecated and will be removed in 0.7.0.
/// Accessing the events by index is also deprecated. Events can be
/// inserted by other events triggering, thus making sequential access
/// problematic. Use the iterator API instead. See [`iter`].
///
/// See the [struct] level documentation for a higher level discussion of
/// polling.
///
Expand Down

0 comments on commit db87265

Please sign in to comment.