Format with rustfmt 2019-02-14

This commit is contained in:
David Tolnay 2019-02-27 22:51:08 -08:00
parent d6ff3de39c
commit 6ac689b2b3
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -3,8 +3,8 @@
use std::error;
use std::fmt::{self, Debug, Display};
use std::io;
use std::str::FromStr;
use std::result;
use std::str::FromStr;
use serde::de;
use serde::ser;