Skip to content

Commit

Permalink
fix clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Sep 1, 2024
1 parent 5d2ac01 commit 0a7b52b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ mod tests {

#[test]
fn test_blocked_group_index_build() {
let group_index1 = (0_u64 << 32) | 1;
let group_index1 = 1;
let group_index2 = (42_u64 << 32) | 2;
let group_index3 = ((u32::MAX as u64) << 32) | 3;

Expand Down

0 comments on commit 0a7b52b

Please sign in to comment.