Remove unused import

This commit is contained in:
Matthias Beyer 2016-03-25 15:59:18 +01:00
parent 9f8a648600
commit 3e760d6dff

View file

@ -8,7 +8,7 @@ use toml::{Parser, Value};
*/ */
pub mod error { pub mod error {
use std::error::Error; use std::error::Error;
use std::fmt::{Debug, Display, Formatter}; use std::fmt::{Display, Formatter};
use std::fmt::Error as FmtError; use std::fmt::Error as FmtError;
/** /**