Skip to content

Commit

Permalink
remove unrelated diff
Browse files Browse the repository at this point in the history
  • Loading branch information
mox692 committed Aug 1, 2024
1 parent 5cf547c commit d91a5b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/src/runtime/task/id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ impl Id {
crate::loom::lazy_static! {
static ref NEXT_ID: StaticAtomicU64 = StaticAtomicU64::new(1);
}

#[cfg(not(all(test, loom)))]
static NEXT_ID: StaticAtomicU64 = StaticAtomicU64::new(1);

Expand Down

0 comments on commit d91a5b2

Please sign in to comment.