Remove unused import
This commit is contained in:
parent
9f8a648600
commit
3e760d6dff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue