1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

actix-http: Remove failure support (#1449)

This commit is contained in:
Yuki Okushi
2020-04-16 06:54:34 +09:00
committed by GitHub
parent 5b36381cb0
commit 54619cb680
5 changed files with 6 additions and 16 deletions

View File

@ -5,6 +5,8 @@
### Changed
* Implement `std::error::Error` for our custom errors [#1422]
* Remove `failure` support for `ResponseError` since that crate
will be deprecated in the near future.
[#1422]: https://github.com/actix/actix-web/pull/1422