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 GitHub Bot (Jira)" <ji...@apache.org> on 2023/01/27 08:08:00 UTC

[jira] [Updated] (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:all-tabpanel ]

ASF GitHub Bot updated AVRO-3708:
---------------------------------
    Labels: pull-request-available  (was: )

> [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: 10m
>  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)