alamb commented on issue #1254: URL: https://github.com/apache/arrow-rs/issues/1254#issuecomment-1196605112
After https://github.com/apache/arrow-rs/pull/2190 clippy is run just for the parquet crate (which now includes the `--experimental` flag) So once that is merged, the first order of business will be to make this command run cleanly: ```shell cargo clippy -p parquet --all-targets --all-features -- -D warnings ``` And then we can move on to removing the additional lints -- 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]
