Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jan 9, 2025
1 parent 9a6159e commit c581628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/benches/distr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use criterion::{criterion_group, criterion_main, Criterion, Throughput};
use criterion_cycles_per_byte::CyclesPerByte;

use rand::prelude::*;
use rand_distr::*;
use rand_distr::weighted::*;
use rand_distr::*;

// At this time, distributions are optimised for 64-bit platforms.
use rand_pcg::Pcg64Mcg;
Expand Down

0 comments on commit c581628

Please sign in to comment.