1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-02 21:16:37 +02:00

Use matches macro to fix clippy warnings (#86)

This commit is contained in:
Yuki Okushi
2020-07-21 02:20:23 +09:00
committed by GitHub
parent 693c2f5041
commit e5fe8d42fa
4 changed files with 25 additions and 9 deletions

View File

@@ -1,5 +1,9 @@
# Changes
## unreleased
* Minimum supported Rust version(MSRV) is now 1.42.0 to use `matches!` macro.
## 0.6.0-alpha.1 (2020-07-06)
* Update `actix-web` to 3.0.0-alpha.3