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)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use letter_frequency::LetterFreq;
|
||||
use hex::{HexDecodable, HexEncodable};
|
||||
use std::f32;
|
||||
|
||||
// TODO: Probably write some tests here??
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue