aboutsummaryrefslogtreecommitdiff
path: root/src/handler/response/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handler/response/error.rs')
-rw-r--r--src/handler/response/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handler/response/error.rs b/src/handler/response/error.rs
index af73001..a8c2745 100644
--- a/src/handler/response/error.rs
+++ b/src/handler/response/error.rs
@@ -17,7 +17,7 @@
use async_trait::async_trait;
-use crate::{context::ErrorContext, Response};
+use crate::{context::ErrorContext, response::Response};
#[allow(clippy::module_name_repetitions)]
#[async_trait]