Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
rsk0315 committed Feb 21, 2024
1 parent 0a85740 commit 56057c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nekolib-src/ds/rs01_dict/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ mod tests {
fn test_all_zero() {
let n = 1000;
let a = vec![false; n];
let b = SimpleBitVec::from(a.as_slice());
let rs = Rs01Dict::new(&a);

for i in 0..n {
Expand Down

0 comments on commit 56057c4

Please sign in to comment.