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

Fix Clippy warnings and fix the CI for the minimal crate versions #463

Merged
merged 2 commits into from
Nov 3, 2024

Conversation

tatsuya6502
Copy link
Member

@tatsuya6502 tatsuya6502 commented Nov 3, 2024

- Fix beta Clippy warnings
  - clippy 0.1.83 (f41c7ed9889 2024-10-31)
- Unpin the proc-macro2 version.
Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.86%. Comparing base (bd5e447) to head (c84c857).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #463      +/-   ##
==========================================
+ Coverage   94.79%   94.86%   +0.06%     
==========================================
  Files          44       43       -1     
  Lines       20306    20304       -2     
==========================================
+ Hits        19249    19261      +12     
+ Misses       1057     1043      -14     

Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

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

Merging.

@tatsuya6502 tatsuya6502 merged commit 120f706 into main Nov 3, 2024
50 checks passed
@tatsuya6502 tatsuya6502 deleted the fix-ci/2024-11-03/v012 branch November 3, 2024 03:41
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.

CI:  pinning proc-macro2 in test(nightly) results in dependency resolution failure.
1 participant