Remove unused imports

This commit is contained in:
Matthias Beyer 2016-04-16 17:50:27 +02:00
parent e4e3c05f05
commit 40b55acaf8

View file

@ -1,8 +1,7 @@
use std::error::Error;
use std::fmt::Error as FmtError;
use std::clone::Clone;
use std::fmt::{Debug, Display, Formatter};
use std::fmt;
use std::fmt::{Display, Formatter};
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum TagErrorKind {