You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "sarutak (via GitHub)" <gi...@apache.org> on 2023/09/13 20:15:28 UTC

[GitHub] [avro] sarutak opened a new pull request, #2494: AVRO-3855: [Rust] Fix clippy error with Rust 1.65.0

sarutak opened a new pull request, #2494:
URL: https://github.com/apache/avro/pull/2494

   AVRO-3855
   
   ## What is the purpose of the change
   This PR fixes an issue that clippy fails with Rust 1.65.0.
   You can reproduce with:
   ```
   cargo +1.65.0 clippy --all-targets --all-features -- -Dclippy::all
   ```
   
   This PR also modifies `test-lang-rust-clippy.yml` to let the CI verify.
   
   ## Verifying this change
   The command shown above succeeds.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (no)


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] martin-g merged pull request #2494: AVRO-3855: [Rust] Fix clippy error with Rust 1.65.0

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g merged PR #2494:
URL: https://github.com/apache/avro/pull/2494


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] martin-g commented on pull request #2494: AVRO-3855: [Rust] Fix clippy error with Rust 1.65.0

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g commented on PR #2494:
URL: https://github.com/apache/avro/pull/2494#issuecomment-1718812927

   Thank you, @sarutak !


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] RyanSkraba commented on pull request #2494: AVRO-3855: [Rust] Fix clippy error with Rust 1.65.0

Posted by "RyanSkraba (via GitHub)" <gi...@apache.org>.
RyanSkraba commented on PR #2494:
URL: https://github.com/apache/avro/pull/2494#issuecomment-1719517220

   So fast, thanks so much! 


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org