xushiyan opened a new pull request, #595:
URL: https://github.com/apache/hudi-rs/pull/595
## Description
Upgrade the Rust toolchain and MSRV from 1.88 to 1.94 across the workspace.
This bumps `rust-toolchain.toml`, workspace `Cargo.toml` `rust-version`,
`demo/infra/runner/Dockerfile`, and AGENTS.md documentation. All new clippy
lints introduced in 1.94 are resolved: nested `if let`/`if` collapsed into
let-chains, manual `Default` impl replaced with `#[derive(Default)]`, `% 2 ==
0` replaced with `.is_multiple_of()`, `&[x.clone()]` replaced with
`std::slice::from_ref()`, and unnecessary `vec!` removed.
## How are the changes test-covered
- [x] Automated tests (unit and/or integration tests)
- [x] Manual tests
- [x] `cargo check`, `cargo clippy`, `cargo fmt --check`, and `cargo test`
all pass cleanly with Rust 1.94
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]