[
https://issues.apache.org/jira/browse/AVRO-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681225#comment-17681225
]
ASF subversion and git services commented on AVRO-3708:
-------------------------------------------------------
Commit 93efd8fff0b8db2ad35197f3fa0f443f84bd2645 in avro's branch
refs/heads/branch-1.11 from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=93efd8fff ]
[AVRO-3708]: [Rust] Fix clippy warnings introduced with Rust 1.67.0 (#2065)
Update "edition" to 2021
Add "rust-version" with value "1.60.0"
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit 1580b17ca55669e9560f6d26671bee8d79701ff8)
> [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
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)