Skip to content

Commit ce01dd8

Browse files
committed
Fix fmt
1 parent ebb4c9f commit ce01dd8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

benches/uint.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ use criterion::{
33
BatchSize, BenchmarkGroup, BenchmarkId, Criterion, criterion_group, criterion_main,
44
};
55
use crypto_bigint::modular::SafeGcdInverter;
6-
use crypto_bigint::{Limb, NonZero, Odd, OddUint, PrecomputeInverter, Random, RandomBits, RandomMod, Reciprocal, U128, U256, U512, U1024, U2048, U4096, Uint, Gcd};
6+
use crypto_bigint::{
7+
Gcd, Limb, NonZero, Odd, OddUint, PrecomputeInverter, Random, RandomBits, RandomMod,
8+
Reciprocal, U128, U256, U512, U1024, U2048, U4096, Uint,
9+
};
710
use rand_chacha::ChaCha8Rng;
811
use rand_core::{RngCore, SeedableRng};
912
use std::hint::black_box;

0 commit comments

Comments
 (0)