findepi opened a new issue, #17083: URL: https://github.com/apache/datafusion/issues/17083
See this issue for rationale for the lint - https://github.com/apache/datafusion/issues/11143 The current code base state is that `#![deny(clippy::clone_on_ref_ptr)]` is mentioned in many places, but maybe some are still missing? The lint should be defined in Cargo.toml on the workspace level, with all sub-crates inheriting the configuration by means of ``` [lints] workspace = true ``` -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org