cargo fmt

This commit is contained in:
Martin Algesten
2019-10-20 10:41:35 +02:00
parent ed999b579d
commit e936d5ea74
5 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
use std::io::Error as IoError;
use std::fmt;
use std::io::Error as IoError;
/// Errors that are translated to ["synthetic" responses](struct.Response.html#method.synthetic).
#[derive(Debug)]