Skip to content

Commit

Permalink
fix: remove wrong debug_assert
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 13, 2021
1 parent d309e26 commit 703d3da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/multiexp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ impl<'a> QueryDensity for &'a DensityTracker {
.filter_map(|(&e, d)| if *d { Some(e) } else { None })
.collect();

debug_assert_eq!(exps.len(), exponents.len());

Arc::new(exps)
}
}
Expand Down

0 comments on commit 703d3da

Please sign in to comment.