Skip to content

Commit

Permalink
Merge branch 'master' into cell-into-inner
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Mar 29, 2024
2 parents c0ce575 + 753befd commit 31afcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl Id {
#[derive(Debug, Clone, Copy)]
pub(crate) enum State {
Runnable { unparked: bool },
Blocked(Location),
Blocked(#[allow(dead_code)] Location),
Yield,
Terminated,
}
Expand Down

0 comments on commit 31afcff

Please sign in to comment.