Remove unused import

This commit is contained in:
Matthias Beyer 2016-01-05 16:16:38 +01:00
parent 5e1b720cb7
commit cc2d0ad0d4

View file

@ -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;