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

Update for new lints arriving in 1.72 stable #416

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

nick-mobilecoin
Copy link
Collaborator

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

Previously there were extra spaces before some braces that cargo fmt
1.72 now removes. We also only suppressed the
incorrect_clone_impl_on_copy_type clippy warning on beta. This is now
suppressed for both stable and beta CI runs. This is not suppressed at
globally or at the usage location as it would violate our 1.62.1 MSRV.

Previously there were extra spaces before some braces that cargo fmt
1.72 now removes. We also only suppressed the
`incorrect_clone_impl_on_copy_type` clippy warning on beta. This is now
suppressed for both stable and beta CI runs. This is *not* suppressed at
globally or at the usage location as it would violate our 1.62.1 MSRV.
@nick-mobilecoin
Copy link
Collaborator Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@github-actions github-actions bot added the size/S PRs with less than 100 lines of changes label Sep 6, 2023
@meowblecoinbot meowblecoinbot requested a review from a team September 6, 2023 20:11
@github-actions github-actions bot added the github_actions Pull requests that update GitHub Actions code label Sep 6, 2023
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #416 (52adcf1) into main (ede6368) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #416   +/-   ##
=======================================
  Coverage   88.39%   88.39%           
=======================================
  Files          40       40           
  Lines        5643     5643           
=======================================
  Hits         4988     4988           
  Misses        655      655           
Files Changed Coverage Δ
dcap/types/src/certification_data.rs 96.33% <100.00%> (ø)

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

@nick-mobilecoin nick-mobilecoin requested review from dolanbernard and removed request for a team September 6, 2023 20:54
@nick-mobilecoin nick-mobilecoin merged commit a7c90b5 into main Sep 7, 2023
29 checks passed
@nick-mobilecoin nick-mobilecoin deleted the nick/fix-newer-lint-errors branch September 7, 2023 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code size/S PRs with less than 100 lines of changes
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants