summaryrefslogtreecommitdiff
path: root/webhook/src/handler/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webhook/src/handler/error.rs')
-rw-r--r--webhook/src/handler/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/webhook/src/handler/error.rs b/webhook/src/handler/error.rs
index ccec59f..f998b84 100644
--- a/webhook/src/handler/error.rs
+++ b/webhook/src/handler/error.rs
@@ -1,4 +1,4 @@
-use hyper::{Body, Error, Response, StatusCode};
+use hyper::{Body, Response, StatusCode};
pub struct WebhookError {
pub code: StatusCode,