num: don't need std::hash even for testing
This commit is contained in:
parent
21a328ad6d
commit
9d439e7860
|
@ -93,8 +93,6 @@ pub use num_traits::{Num, Zero, One, Signed, Unsigned, Bounded,
|
||||||
Saturating, CheckedAdd, CheckedSub, CheckedMul, CheckedDiv,
|
Saturating, CheckedAdd, CheckedSub, CheckedMul, CheckedDiv,
|
||||||
PrimInt, Float, ToPrimitive, FromPrimitive, NumCast, cast};
|
PrimInt, Float, ToPrimitive, FromPrimitive, NumCast, cast};
|
||||||
|
|
||||||
#[cfg(test)] use std::hash;
|
|
||||||
|
|
||||||
use std::ops::{Mul};
|
use std::ops::{Mul};
|
||||||
|
|
||||||
#[cfg(feature = "num-bigint")]
|
#[cfg(feature = "num-bigint")]
|
||||||
|
|
Loading…
Reference in New Issue