Skip to content

Commit

Permalink
chore: fix clippy complains ident
Browse files Browse the repository at this point in the history
  • Loading branch information
linyihai authored and notgull committed Aug 22, 2024
1 parent 21d436d commit 57ffea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -832,8 +832,8 @@ struct Ticker<'a> {
///
/// States a ticker can be in:
/// 1) Woken.
/// 2a) Sleeping and unnotified.
/// 2b) Sleeping and notified.
/// 2a) Sleeping and unnotified.
/// 2b) Sleeping and notified.
sleeping: usize,
}

Expand Down

0 comments on commit 57ffea0

Please sign in to comment.