alamb commented on a change in pull request #1315:
URL: https://github.com/apache/arrow-rs/pull/1315#discussion_r807869328



##########
File path: arrow/src/ipc/mod.rs
##########
@@ -27,6 +27,7 @@ pub mod writer;
 #[allow(clippy::extra_unused_lifetimes)]
 #[allow(clippy::redundant_static_lifetimes)]
 #[allow(clippy::redundant_field_names)]
+#[allow(non_camel_case_types)]

Review comment:
       👍 

##########
File path: .github/workflows/rust.yml
##########
@@ -247,7 +247,7 @@ jobs:
         run: |
           export CARGO_HOME="/github/home/.cargo"
           export CARGO_TARGET_DIR="/github/home/target"
-          cargo clippy --features test_common --features prettyprint  
--features=async --all-targets --workspace -- -D warnings -A 
clippy::redundant_field_names

Review comment:
       ❤️ 




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


Reply via email to