time: improve Entry field comment (#2671)

Applying a suggestion from #2617 to make the sentence more clear.
This commit is contained in:
Blas Rodriguez Irizar
2020-07-20 14:29:25 -07:00
committed by GitHub
parent 356c81c977
commit 32f46d7b88
+2 -1
View File
@@ -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: