This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new a9eac57  Enable redundant_field_names clippy lint (#261)
a9eac57 is described below

commit a9eac577b1715fbec5fa885f59fb1253f38f4be0
Author: Daniƫl Heres <danielhe...@gmail.com>
AuthorDate: Wed May 5 13:47:11 2021 +0200

    Enable redundant_field_names clippy lint (#261)
---
 .github/workflows/rust.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index ac20036..f76873e 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -214,7 +214,7 @@ jobs:
         run: |
           export CARGO_HOME="/github/home/.cargo"
           export CARGO_TARGET_DIR="/github/home/target"
-          cargo clippy --all-targets --workspace -- -D warnings -A 
clippy::redundant_field_names
+          cargo clippy --all-targets --workspace -- -D warnings
 
   miri-checks:
     name: MIRI

Reply via email to