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

Print unconfigured Data<T> type when attempting extraction (#1743)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
cquintana-verbio
2020-10-20 18:35:34 +02:00
committed by GitHub
parent f92742bdac
commit 98243db9f1
2 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,10 @@
## Unreleased - 2020-xx-xx
* Implement Logger middleware regex exclude pattern [#1723]
* Print unconfigured `Data<T>` type when attempting extraction. [#1743]
[#1723]: https://github.com/actix/actix-web/pull/1723
[#1743]: https://github.com/actix/actix-web/pull/1743
## 3.1.0 - 2020-09-29
### Changed