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

BackendError/NetworkError: removed Equatable conformances #2535

Closed
wants to merge 1 commit into from

Conversation

NachoSoto
Copy link
Contributor

This wasn't required, likely since the introduction of #1879, which added matchError as a much better way to check errors.
I noticed this when adding a new case with an associated value that wasn't Equatable.

Tiny change but should make compilation faster, and reduce the binary size.

This wasn't required, likely since the introduction of #1879, which added `matchError` as a much better way to check errors.
I noticed this when adding a new `case` with an associated value that wasn't `Equatable`.

Tiny change but should make compilation faster, and reduce the binary size.
@NachoSoto NachoSoto requested a review from a team May 24, 2023 00:01
@NachoSoto
Copy link
Contributor Author

Actually this is useful, it is indeed used by several tests, so closing.

@NachoSoto NachoSoto closed this May 24, 2023
@NachoSoto NachoSoto deleted the backend-error-equatable branch May 24, 2023 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant