@@ -79,6 +79,7 @@ use std::num::ParseIntError;
use std::ops::{Add, BitAnd, BitOr, BitXor, Div, Mul, Neg, Rem, Shl, Shr, Sub};
use std::str::{self, FromStr};
use std::fmt;
+#[cfg(test)]
use std::hash;
use std::cmp::Ordering::{self, Less, Greater, Equal};
use std::{f32, f64};
@@ -21,6 +21,7 @@ extern crate num_integer as integer;
use std::cmp;
use std::error::Error;
use std::ops::{Add, Div, Mul, Neg, Rem, Sub};
use std::str::FromStr;