Tidy up some imports.

No more need to macro_use serde. Order the imports consistently (albeit
somewhat arbitrary), starting with items from this crate, followed by
std, followed by external crates.
This commit is contained in:
Glenn Griffin
2019-11-13 14:32:39 -08:00
parent ba0b8f366a
commit e5aa32b3cf
11 changed files with 32 additions and 48 deletions

View File

@@ -3,6 +3,7 @@ use std::fmt;
use std::io;
use chrono::{DateTime, Utc};
use serde::Deserialize;
#[derive(Deserialize, Debug)]
pub(crate) struct JsonError {