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

Remove downcast macro from actix-http (#2291)

This commit is contained in:
Ibraheem Ahmed
2021-06-25 05:53:53 -04:00
committed by GitHub
parent e559a197cc
commit 767e4efe22
3 changed files with 4 additions and 113 deletions

View File

@ -4,6 +4,10 @@
### Changed
* Change compression algorithm features flags. [#2250]
### Removed
* `downcast` and `downcast_get_type_id` macros. [#2291]
[#2291]: https://github.com/actix/actix-web/pull/2291
[#2250]: https://github.com/actix/actix-web/pull/2250