Clippy Fixes for latest rust (1.67)#171
Merged
Tim-Zhang merged 4 commits intocontainerd:masterfrom Feb 13, 2023
Merged
Conversation
Codecov ReportBase: 25.95% // Head: 25.71% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #171 +/- ##
==========================================
- Coverage 25.95% 25.71% -0.24%
==========================================
Files 16 16
Lines 2416 2399 -17
==========================================
- Hits 627 617 -10
+ Misses 1789 1782 -7
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. |
Fix clippy lint errors for rust 1.67 Signed-off-by: James Sturtevant <jstur@microsoft.com>
Fix clippy lint errors for rust 1.67 for codegen Signed-off-by: James Sturtevant <jstur@microsoft.com>
60d4be4 to
5eec980
Compare
Collaborator
|
There is a problem with the title of the second commit. |
158c5e0 to
4ad4088
Compare
Fix clippy lint errors for rust 1.67 for macos Signed-off-by: James Sturtevant <jstur@microsoft.com>
rustfmt updates for 1.67 in codegen Signed-off-by: James Sturtevant <jstur@microsoft.com>
Collaborator
Author
updated |
liubin
approved these changes
Feb 10, 2023
KarstenB
pushed a commit
to KarstenB/ttrpc-rust
that referenced
this pull request
May 1, 2025
Clippy Fixes for latest rust (1.67)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes linter by running
cargo clippy --fix --all-featuresafter updating to latest rust tool chain withrustup update stablewhich is run in CI.Fixes building from main branch: