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

web: implement into_inner for Data<T: ?Sized> (#2407)

This commit is contained in:
James Rhodes
2021-10-12 18:35:33 +01:00
committed by GitHub
parent a6707fb7ee
commit 99985fc4ec
2 changed files with 37 additions and 0 deletions

View File

@ -7,6 +7,7 @@
### Changed
* Associated type `FromRequest::Config` was removed. [#2233]
* Inner field made private on `web::Payload`. [#2384]
* `Data::into_inner` and `Data::get_ref` no longer require T: Sized. [#2403]
### Removed
* `ServiceResponse::checked_expr` was a legacy and just removed. [#2401]