diff options
author | Martin Fischer <martin@push-f.com> | 2021-01-20 11:41:03 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-01-20 11:53:26 +0100 |
commit | b886de1afc0b90d7ca27db9d5c7dabddbe3d7ee0 (patch) | |
tree | 6707f203caafd85a07c5842a2ac8146b7c325981 /src/lib.rs | |
parent | c55c4a49414f9dbcb637ba5ea765f4af9aebf807 (diff) |
introduce Error::Simple and Error::Response
bump version to 0.2.2
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ pub use error::Error; pub use mime; pub use httpdate; -#[macro_use] mod error; +#[macro_use] pub mod error; pub mod security; pub mod request; pub mod response; |