Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added PartialEq to Cors #486

Merged
merged 8 commits into from
Jan 13, 2025
Merged

Conversation

CommanderStorm
Copy link
Contributor

@CommanderStorm CommanderStorm commented Dec 15, 2024

PR Type

Feature

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the nightly rustfmt (cargo +nightly fmt).

Overview

I have added impl PartialEq for Cors which should allow the testability improvements asked in #302

No breaking changes as far as I can tell

Closes #302

@CommanderStorm
Copy link
Contributor Author

(The CI fail seems unrelated as it also fails in #480)

@CommanderStorm CommanderStorm marked this pull request as ready for review December 16, 2024 00:04
@robjtede robjtede added A-cors Project: actix-cors B-semver-patch labels Dec 29, 2024
@robjtede robjtede enabled auto-merge January 13, 2025 23:18
@robjtede robjtede added this pull request to the merge queue Jan 13, 2025
Merged via the queue into actix:master with commit 695369f Jan 13, 2025
9 checks passed
@CommanderStorm CommanderStorm deleted the cors-eq branch January 14, 2025 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cors Project: actix-cors B-semver-minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow testing created Cors instance
2 participants