Remove unused imports from xor::tests

This commit is contained in:
Eryn Wells 2018-04-08 08:50:54 -07:00
parent a9d87b8048
commit 350dc555de

View file

@ -29,9 +29,5 @@ impl<'a, T> ByteXOR<T> for T where T: iter::Iterator<Item=u8> + 'a {
#[cfg(test)]
mod tests {
use super::*;
use letter_frequency::LetterFreq;
use hex::{HexDecodable, HexEncodable};
use std::f32;
// TODO: Probably write some tests here??
}