aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-01-19 22:49:09 +0100
committerMartin Fischer <martin@push-f.com>2021-01-19 23:17:45 +0100
commitc55c4a49414f9dbcb637ba5ea765f4af9aebf807 (patch)
tree691a4a6838a19d5793002f4350c35302561d9152 /src/lib.rs
parente63998de1eb6c348438ecbf6334eb11ec9236bcb (diff)
request: improve error handling with thiserrorv0.2.1
bump version to 0.2.1
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9719823..63b372b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,8 +4,8 @@ pub use error::Error;
pub use mime;
pub use httpdate;
+#[macro_use] mod error;
pub mod security;
pub mod request;
pub mod response;
-mod error;
mod signed; \ No newline at end of file