1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

feat: added PartialEq to Cors (#486)

* added PartialEq to Cors

* added a changelog entry

* re-ran rustfmt

* removed a subtle bug in the new testcase

* removed a not so subtle bug in the new testcase

* ci: rm public-api-diff job

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Frank Elsinga
2025-01-14 00:22:00 +01:00
committed by GitHub
parent 87d9e51112
commit 695369f02f
4 changed files with 29 additions and 30 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
- Implement `PartialEq` for `Cors` allowing for better testing. [#486]
## 0.7.0
- `Cors` is now marked `#[must_use]`.