JoshElkind commented on code in PR #20250: URL: https://github.com/apache/datafusion/pull/20250#discussion_r2806235940
########## dev/depcheck/Cargo.toml: ########## @@ -20,7 +20,7 @@ name = "depcheck" edition = "2024" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lints]\nworkspace = true\n\n# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html Review Comment: Good catch, those were unintentional. The manifest is updated so [lints] and workspace = true are on separate lines with real newlines instead of literal \n in the file. -- 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]
