xanderbailey commented on code in PR #2839:
URL: https://github.com/apache/iceberg-rust/pull/2839#discussion_r3601437857
##########
bindings/python/Cargo.toml:
##########
@@ -44,3 +44,6 @@ tokio = { workspace = true }
[package.metadata.cargo-machete]
ignored = []
+
+[lints]
+workspace = true
Review Comment:
Claude tells me this is the standard pattern
> The alternative (build.rustflags in .cargo/config.toml) applies globally
but busts the build cache and is silently overridden by the RUSTFLAGS env var,
so [lints] is the recommended approach despite the repetition.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]