Skip to content

Commit

Permalink
Merge pull request #578 from input-output-hk/unused-import-in-bench
Browse files Browse the repository at this point in the history
Remove unused import in benchmark
  • Loading branch information
Mikhail Zabaluev committed Jun 16, 2021
2 parents f6bcb7f + 7335b74 commit 01069e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-impl-mockchain/benches/tally.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use chain_impl_mockchain::{
};
use criterion::{criterion_group, criterion_main, Criterion};
use rand::{
distributions::{Bernoulli, Distribution, Uniform, WeightedIndex},
distributions::{Distribution, Uniform, WeightedIndex},
Rng, SeedableRng,
};
use rayon::prelude::*;
Expand Down

0 comments on commit 01069e2

Please sign in to comment.