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

Derive Eq for TcbError #419

Closed
wants to merge 1 commit into from
Closed

Derive Eq for TcbError #419

wants to merge 1 commit into from

Conversation

nick-mobilecoin
Copy link
Collaborator

@nick-mobilecoin nick-mobilecoin commented Sep 13, 2023

TcbError now derives Eq. It already had PartialEq and the simple
types of the error are total equality types.

`TcbError` now derives `Eq`. It already had `PartialEq` and the simple
types of the error are total equality types.
@nick-mobilecoin
Copy link
Collaborator Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@meowblecoinbot meowblecoinbot requested a review from a team September 13, 2023 21:05
@github-actions github-actions bot added the size/XS PRs with less than 30 lines of changes label Sep 13, 2023
@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #419 (2677621) into main (1bcf459) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #419   +/-   ##
=======================================
  Coverage   88.39%   88.39%           
=======================================
  Files          40       40           
  Lines        5643     5643           
=======================================
  Hits         4988     4988           
  Misses        655      655           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nick-mobilecoin
Copy link
Collaborator Author

closing PartialEq is sufficient for the current consumers

@nick-mobilecoin nick-mobilecoin deleted the nick/tcb-error-eq branch September 13, 2023 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS PRs with less than 30 lines of changes
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant