1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-19 16:11:07 +00:00
actix-web/awc/src
Otavio Salvador 146ae4da18 Implement std::error::Error for our custom errors
For allowing a more ergonomic use and better integration on the
ecosystem, this adds the `std::error::Error` `impl` for our custom
errors.

We intent to drop this hand made code once `derive_more` finishes the
addition of the Error derive support[1]. Until that is available, we
need to live with that.

1. https://github.com/JelteF/derive_more/issues/92

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-03-18 00:22:18 -03:00
..
builder.rs Update tests 2020-03-08 16:42:45 +09:00
connect.rs cleanup imports 2019-12-13 11:24:57 +06:00
error.rs Implement std::error::Error for our custom errors 2020-03-18 00:22:18 -03:00
frozen.rs cleanup imports 2019-12-13 11:24:57 +06:00
lib.rs Demote lint level to warn 2020-02-27 22:39:11 +09:00
request.rs cleanup imports 2019-12-13 11:24:57 +06:00
response.rs cleanup imports 2019-12-13 11:24:57 +06:00
sender.rs Fix clippy warnings 2020-03-12 00:52:21 -03:00
test.rs upgrade to tokio 0.2 2019-12-05 23:35:43 +06:00
ws.rs update tests and clippy warnings 2019-12-08 12:31:16 +06:00