Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/na-fix-1290' into na-fix-1290
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Feb 12, 2024
2 parents 7724fa7 + 43ddd0c commit c439ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ impl CurrentId {
self.0
.fetch_add(1, Ordering::Relaxed)
.try_into()
.expect("usize -> u64 infallible, there are no 128-bit CPUs; qed")
.expect("usize -> u64 infallible, there are no CPUs > 64 bits; qed")
}
}

Expand Down

0 comments on commit c439ec1

Please sign in to comment.