Upgrade rust toolchain to 1.86.0 for dual-verse-dag#4612
Upgrade rust toolchain to 1.86.0 for dual-verse-dag#4612sanlee42 merged 4 commits intodual-verse-dagfrom
Conversation
* keep edition 2021 not changed
* fix clippy::empty_line_after_doc_comments warnings * fix resolve clippy::doc_list_overindented warnings * Fix clippy warnings: remove useless conversions and other formatting * fix clippy::doc_list_item_without_indentation warnings * fix non-local impl definition warnings * fix clippy::elided_named_lifetimes warnings * fix clippy::while_let_loop warning * silence unexpected cfgs
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the Rust toolchain from version 1.82.0 to 1.86.0 for the dual-verse-dag project. The upgrade introduces compatibility changes across the codebase to work with the newer Rust version.
- Toolchain version update from 1.82.0 to 1.86.0
- Lifetime parameter simplifications using the
'_anonymous lifetime - Iterator method updates to use more modern alternatives
Reviewed Changes
Copilot reviewed 53 out of 56 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| rust-toolchain.toml | Updates Rust channel from 1.82.0 to 1.86.0 |
| Cargo.toml | Updates rust-version and dependency versions, reorganizes patch sections |
| .github/workflows/build_test.yml | Removes clippy lint flag and updates RUSTFLAGS |
| Multiple .rs files | Simplifies lifetime parameters and modernizes iterator usage |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information