Skip to content

Commit

Permalink
Fix another clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Oct 21, 2024
1 parent 2f431f8 commit c38d472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-metrics/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ mod tests {
fn local_store() {
use crate::{context::CurrentThreadContext, CurrentThreadPartitionContext};

CurrentThreadPartitionContext::set(0xdeadbeef);
CurrentThreadPartitionContext::set(0xdead_beef);
counter!("foo", 7);

std::thread::spawn(|| {
Expand Down

0 comments on commit c38d472

Please sign in to comment.