2010YOUY01 commented on code in PR #18520:
URL: https://github.com/apache/datafusion/pull/18520#discussion_r2501883533


##########
datafusion/expr/Cargo.toml:
##########
@@ -31,8 +31,12 @@ rust-version = { workspace = true }
 [package.metadata.docs.rs]
 all-features = true
 
-[lints]
-workspace = true
+[lints] # Overrides / extends workspace.lints

Review Comment:
   @Gohlub Turns out you have to do
   ```
   // https://github.com/apache/datafusion/issues/18503
   #![deny(clippy::needless_pass_by_value)]
   ```
   inside 
https://github.com/apache/datafusion/blob/main/datafusion/expr/src/lib.rs -- 
sorry for the confusions.



-- 
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]

Reply via email to