-
Notifications
You must be signed in to change notification settings - Fork 209
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
rust: bump 1.72.1 and fix errors #1532
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1532 +/- ##
==========================================
- Coverage 61.30% 61.27% -0.04%
==========================================
Files 145 144 -1
Lines 46617 46597 -20
Branches 44153 44133 -20
==========================================
- Hits 28578 28550 -28
- Misses 16591 16595 +4
- Partials 1448 1452 +4
|
64c0c01
to
04cbeb6
Compare
Thanks for the work, how about using the latest rust stable |
I just found out that the latest version is 1.74.1: https://github.com/rust-lang/rust/releases/tag/1.74.1 . |
Ok, strange page here. |
It looks like a release roadmap, maybe v1.75 will be released later. Anyway, I think v1.74.1 can be accepted. |
@Desiki-high I recommend upgrading the rust version to 1.72.0 (or 1.72.1). |
Thanks for your reminder. |
https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args https://rust-lang.github.io/rust-clippy/master/index.html#reserve_after_initializatio https://rust-lang.github.io/rust-clippy/master/index.html#/arc_with_non_send_sync https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec Signed-off-by: Yadong Ding <[email protected]>
04cbeb6
to
9ddca59
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, thanks!
Thanks! |
Relevant Issue (if applicable)
N/A.
Details
Bump rust 1.72.1 and fix errors and warnings.
ref:
https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default
https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
https://rust-lang.github.io/rust-clippy/master/index.html#reserve_after_initializatio
https://rust-lang.github.io/rust-clippy/master/index.html#/arc_with_non_send_sync
https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
Types of changes
What types of changes does your PullRequest introduce? Put an
x
in all the boxes that apply:Checklist
Go over all the following points, and put an
x
in all the boxes that apply.