Re: [I] Standardize on import order in Rust code [datafusion-comet]

2025-08-01 Thread via GitHub
parthchandra commented on issue #2053: URL: https://github.com/apache/datafusion-comet/issues/2053#issuecomment-3146013043 As long as `cargo fmt` takes care of it for me, I don't have _any_ opinion on the matter. -- This is an automated message from the Apache Git Service. To respond to

Re: [I] Standardize on import order in Rust code [datafusion-comet]

2025-07-31 Thread via GitHub
mbutrovich commented on issue #2053: URL: https://github.com/apache/datafusion-comet/issues/2053#issuecomment-3140953687 I don't have a strong opinion on the order, but happy if we have a way to enforce it to something consistent. -- This is an automated message from the Apache Git Servi

[I] Standardize on import order in Rust code [datafusion-comet]

2025-07-31 Thread via GitHub
andygrove opened a new issue, #2053: URL: https://github.com/apache/datafusion-comet/issues/2053 ### What is the problem the feature request solves? I would like to propose that we add the following entries to `rustfmt.toml`: ```toml reorder_imports = true group_imports =