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

content disposition methods take impl AsRef<str>

This commit is contained in:
Rob Ede
2021-04-19 02:31:11 +01:00
parent 35f8188410
commit b9dbc58e20
2 changed files with 10 additions and 10 deletions

View File

@ -9,6 +9,7 @@
### Changed
* Most error types are now marked `#[non_exhaustive]`. [#2148]
* Methods on `ContentDisposition` that took `T: AsRef<str>` now take `impl AsRef<str>`.
[#2065]: https://github.com/actix/actix-web/pull/2065
[#2148]: https://github.com/actix/actix-web/pull/2148