fix format string in build.rs#115
Conversation
Fixes a `clippy::uninlined-format-args` detected in `build.rs`
|
A recent nightly version of Rust added the I'm assuming the code in For what it's worth, I'm using |
noritada
left a comment
There was a problem hiding this comment.
Sorry for my late reply.
Thank you so much!
I am aware of CI failures due to remaining lint errors.
update proj to 0.30 This MR updates proj to 0.30. The project I'm working on that uses `grib-rs` already enables `proj/bundled_proj`. I would also like to take advantage of the fact that the newest `proj-sys` uses `libsqlite3-sys` which provides a similar `bundled` feature. All tests passed when I ran `cargo test --workspace`. I ran `cargo +nightly clippy --workspace` per the contribution guide. The version I'm using, `clippy 0.1.88 (25cdf1f674 2025-04-28)`, identifies unrelated code issues that I mentioned over on #115.
|
Thank you! |
Fixes a
clippy::uninlined-format-argsdetected inbuild.rs