We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5b78c commit 03e01cbCopy full SHA for 03e01cb
benches/bigint.rs
@@ -10,7 +10,7 @@ extern crate rand;
10
use std::mem::replace;
11
use test::Bencher;
12
use num_bigint::{BigInt, BigUint, RandBigInt};
13
-use num_traits::{Zero, One, FromPrimitive, Num};
+use num_traits::{Zero, One, FromPrimitive, Num, Pow};
14
use rand::{SeedableRng, StdRng};
15
16
fn get_rng() -> StdRng {
0 commit comments