Skip to content

Commit 57ffea0

Browse files
linyihainotgull
authored andcommitted
chore: fix clippy complains ident
1 parent 21d436d commit 57ffea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,8 @@ struct Ticker<'a> {
832832
///
833833
/// States a ticker can be in:
834834
/// 1) Woken.
835-
/// 2a) Sleeping and unnotified.
836-
/// 2b) Sleeping and notified.
835+
/// 2a) Sleeping and unnotified.
836+
/// 2b) Sleeping and notified.
837837
sleeping: usize,
838838
}
839839

0 commit comments

Comments
 (0)