Martin Tzvetanov Grigorov created AVRO-3708: -----------------------------------------------
Summary: [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 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)