alamb commented on issue #1254: URL: https://github.com/apache/arrow-rs/issues/1254#issuecomment-1058411284
Clippy is run like this: https://github.com/apache/arrow-rs/blob/master/.github/workflows/rust.yml#L211-L250 ``` cargo clippy --features test_common --features prettyprint --features=async --all-targets --workspace -- -D warnings ``` Perhaps we can also add the `experimental` features to this list? -- 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]
