JaydenHD opened a new pull request, #329: URL: https://github.com/apache/paimon-rust/pull/329
### Purpose Linked issue: N/A Use `rust-lld` for the `x86_64-pc-windows-gnu` target so Rust stable 1.95.0 can run `cargo clippy` on Windows GNU without failing on generated build-script executables. ### Brief change log - Add `.cargo/config.toml` with `target.x86_64-pc-windows-gnu.linker = rust-lld`. - Keep the change scoped to the Windows GNU target only. ### Tests - `cargo check -p paimon --lib` - `cargo clippy --all-targets --all-features -- -D warnings` ### API and Format No API change. No storage format change. ### Documentation No documentation update required. -- 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]
