You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/01/27 08:07:00 UTC

[jira] [Commented] (AVRO-3708) [Rust] Fix clippy warnings introduced with Rust 1.67.0

    [ https://issues.apache.org/jira/browse/AVRO-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681220#comment-17681220 ] 

ASF subversion and git services commented on AVRO-3708:
-------------------------------------------------------

Commit fccb528f4d9c1857788ab987be1f020d575a95ca in avro's branch refs/heads/avro-3708-fix-clippy-warnings-for-rust-1.67.0 from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=fccb528f4 ]

[AVRO-3708]: [Rust] Fix clippy warnings introduced with Rust 1.67.0

Update "edition" to 2021
Add "rust-version" with value "1.60.0"

Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>


> [Rust] Fix clippy warnings introduced with Rust 1.67.0
> ------------------------------------------------------
>
>                 Key: AVRO-3708
>                 URL: https://issues.apache.org/jira/browse/AVRO-3708
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: rust
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Major
>
> Rust 1.67.0 has been released and it introduces some new clippy (lint) warnings.
> To fix them we need to update "edition" from 2018 to 2021 in Cargo.toml.
> In addition we can make use of the new "rust-version" property that makes it clear that the minimum supported Rust version is 1.60.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)