summaryrefslogtreecommitdiffstats
path: root/src/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.rs')
-rw-r--r--src/errors.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/errors.rs b/src/errors.rs
index 8392971..f363ffd 100644
--- a/src/errors.rs
+++ b/src/errors.rs
@@ -3,10 +3,7 @@
use http;
use hyper::{self, StatusCode};
use serde_json::Error as SerdeError;
-use std::error::Error as StdError;
-use std::fmt;
-use std::io::Error as IoError;
-use std::string::FromUtf8Error;
+use std::{error::Error as StdError, fmt, io::Error as IoError, string::FromUtf8Error};
#[derive(Debug)]
pub enum Error {