mobilecoinfoundation / sgx

SGX Libraries and Utilities
Apache License 2.0
9 stars 7 forks source link

Derive `Eq` for `TcbError` #419

Closed nick-mobilecoin closed 1 year ago

nick-mobilecoin commented 1 year ago

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

nick-mobilecoin commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

codecov[bot] commented 1 year ago

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           

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

nick-mobilecoin commented 1 year ago

closing PartialEq is sufficient for the current consumers