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

Clippy suggestions #470

Merged
merged 8 commits into from
Feb 21, 2023
Merged

Clippy suggestions #470

merged 8 commits into from
Feb 21, 2023

Conversation

zslayton
Copy link
Contributor

Depends on dependency updates made in PR #469.

Incorporates a few hundred clippy suggestions. Also adds --tests flag to the clippy-check CI Action so test code will be automatically evaluated in the future.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Zack Slayton added 8 commits February 21, 2023 10:36
This patch updates out-of-date dependencies that could be upgraded
without any additional logic or code changes.

* `bigdecimal`: 0.2 -> 0.3
* `delegate`: 0.5 -> 0.9
* `num-bigint`: 0.3. -> 0.4
* `rstest`: 0.9 -> 0.16

`pretty-hex` (which was not being used) is no longer a dev dependency.

`base64` and `bytes` remain outdated, but will require logic changes.
@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

❗ No coverage uploaded for pull request base (dep-updates@d1813a6). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@              Coverage Diff               @@
##             dep-updates     #470   +/-   ##
==============================================
  Coverage               ?   90.42%           
==============================================
  Files                  ?       77           
  Lines                  ?    14171           
  Branches               ?        0           
==============================================
  Hits                   ?    12814           
  Misses                 ?     1357           
  Partials               ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@desaikd desaikd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding clippy check on tests.

Base automatically changed from dep-updates to main February 21, 2023 17:34
@zslayton zslayton merged commit 396a973 into main Feb 21, 2023
@zslayton zslayton deleted the clippy-suggestions branch February 21, 2023 17:35
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.

None yet

2 participants