Remove unused imports from xor::tests
This commit is contained in:
parent
a9d87b8048
commit
350dc555de
1 changed files with 1 additions and 5 deletions
|
@ -29,9 +29,5 @@ impl<'a, T> ByteXOR<T> for T where T: iter::Iterator<Item=u8> + 'a {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
// TODO: Probably write some tests here??
|
||||||
use letter_frequency::LetterFreq;
|
|
||||||
use hex::{HexDecodable, HexEncodable};
|
|
||||||
use std::f32;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue