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


##########
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:
   I have not tested if this can inherit workspace lint settings, but this is 
fine now since there are no lints configuration in the top level `Cargo.toml` 
now. Probably we should add a note in the root `Cargo.toml` saying if we want 
to add some global lint rule, first check if child packages can inherit them.



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