mobilecoinfoundation / sgx

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

Fix clippy beta warning #394

Closed nick-mobilecoin closed 1 year ago

nick-mobilecoin commented 1 year ago

A new clippy check is on by default in the beta channel, incorrect_clone_impl_on_copy_type. The generated code from bindgen does not conform to this. Suppressed this warning from happening in the module that imports the generated bindings.

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

:exclamation: No coverage uploaded for pull request base (nick/serialization/errors@0d29df5). Click here to learn what that means. The diff coverage is n/a.

@@                     Coverage Diff                      @@
##             nick/serialization/errors     #394   +/-   ##
============================================================
  Coverage                             ?   88.33%           
============================================================
  Files                                ?       40           
  Lines                                ?     5639           
  Branches                             ?        0           
============================================================
  Hits                                 ?     4981           
  Misses                               ?      658           
  Partials                             ?        0           

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