summaryrefslogtreecommitdiff
path: root/src/error/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error/mod.rs')
-rw-r--r--src/error/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error/mod.rs b/src/error/mod.rs
index 154f98f..606e344 100644
--- a/src/error/mod.rs
+++ b/src/error/mod.rs
@@ -6,6 +6,7 @@ use axum::{
};
pub mod chain;
+pub mod failed;
// I'm making an effort to avoid `anyhow` here, as that crate is _enormously_
// complex (though very usable). We don't need to be overly careful about