Remove unused import
This commit is contained in:
parent
5e1b720cb7
commit
cc2d0ad0d4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use std::fmt::{Debug, Display, Formatter};
|
||||
use std::fmt::{Display, Formatter};
|
||||
use std::fmt;
|
||||
use std::convert::{From, Into};
|
||||
use std::str::FromStr;
|
||||
|
|
Loading…
Reference in a new issue