Remove some unused use statements

This commit is contained in:
Eryn Wells 2018-03-31 08:29:22 -07:00
parent 9abe0827bb
commit 171b2942f3

View file

@ -1,6 +1,4 @@
use std::char; use std::char;
use std::iter;
use std::str::Chars;
pub trait HexDecodable<T> { pub trait HexDecodable<T> {
fn hex_decoded(self) -> HexDecoder<T>; fn hex_decoded(self) -> HexDecoder<T>;