We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca9bbb commit aaae279Copy full SHA for aaae279
time-alarm-service/src/timer.rs
@@ -19,7 +19,7 @@ enum WakeState {
19
/// Timer is active and waiting for power source to be consistent with the timer type.
20
/// Includes the number of seconds that we've spent in the ExpiredWaitingForPolicyDelay state for so far.
21
ExpiredWaitingForPowerSource(u32),
22
- // Expired while the policy was set to NEVER, so the timer is effectively dead until reprogrammed
+ /// Expired while the policy was set to NEVER, so the timer is effectively dead until reprogrammed
23
ExpiredOrphaned,
24
}
25
0 commit comments