Skip to content

Commit

Permalink
Slight change in inner attribute of Entry struct
Browse files Browse the repository at this point in the history
Applying a suggestion from tokio-rs#2617 to make the sentence more clear.
  • Loading branch information
dungex committed Jul 20, 2020
1 parent 7e4edb8 commit 642d6ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tokio/src/time/driver/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ pub(crate) struct Entry {
/// Timer internals. Using a weak pointer allows the timer to shutdown
/// without all `Delay` instances having completed.
///
/// When `None`, the entry has not yet been linked with a timer instance.
/// When empty, it means that the entry has not yet been linked with a
/// timer instance.
inner: Weak<Inner>,

/// Tracks the entry state. This value contains the following information:
Expand Down

0 comments on commit 642d6ee

Please sign in to comment.