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

remove either crate conversions (#2516)

This commit is contained in:
Rob Ede
2021-12-14 19:57:18 +00:00
committed by GitHub
parent fb091b2b88
commit 05255c7f7c
3 changed files with 6 additions and 22 deletions

View File

@ -10,8 +10,10 @@
### Removed
* Top-level `EitherExtractError` export. [#2510]
* Conversion implementations for `either` crate. [#2516]
[#2510]: https://github.com/actix/actix-web/pull/2510
[#2516]: https://github.com/actix/actix-web/pull/2516
## 4.0.0-beta.14 - 2021-12-11