Remove unused imports

This commit is contained in:
Jonas Platte 2020-03-16 20:56:59 +01:00
parent 8f95d6f7cf
commit 5b15fe8a40
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
use std::{
borrow::Cow,
fmt::{Debug, Display, Formatter, Result as FmtResult},
fmt::{Display, Formatter, Result as FmtResult},
};
use serde::{Deserialize, Serialize};

View File

@ -1,6 +1,6 @@
use std::{
borrow::Cow,
fmt::{Debug, Display, Formatter, Result as FmtResult},
fmt::{Display, Formatter, Result as FmtResult},
};
use serde::{Deserialize, Serialize};