Skip to content

Commit

Permalink
fix p_remove bug on setu32 also
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Sep 14, 2024
1 parent da627a7 commit 1238663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setu32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,7 @@ fn p_remove(k: u32, a: &mut [u32], offset: u32) -> bool {
return true;
}
}
panic!("bug: we should have had space in {:?} for {}", a, k)
false
}

#[cfg(test)]
Expand Down

0 comments on commit 1238663

Please sign in to comment.