num: don't need std::hash even for testing

This commit is contained in:
Josh Stone 2016-03-25 16:33:34 -07:00
parent 21a328ad6d
commit 9d439e7860
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ pub use num_traits::{Num, Zero, One, Signed, Unsigned, Bounded,
Saturating, CheckedAdd, CheckedSub, CheckedMul, CheckedDiv,
PrimInt, Float, ToPrimitive, FromPrimitive, NumCast, cast};
#[cfg(test)] use std::hash;
use std::ops::{Mul};
#[cfg(feature = "num-bigint")]