1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 18:49:01 +02:00

actix-cors: cosmetic and minor fixes

This rewords part of the docstrings for better readability,
and introduces additional lints. That includes ensuring that
all public types implement the Debug trait.
This commit is contained in:
Luca BRUNO
2020-07-03 16:56:46 +00:00
parent 027f045340
commit 95041b8e80
2 changed files with 50 additions and 43 deletions

View File

@ -3,6 +3,7 @@
## [unreleased]
* Minimum supported Rust version(MSRV) is now 1.40.0.
* Implement the Debug trait on all public types.
## [0.3.0-alpha.1] - 2020-03-11