Announcing Rust 1.34.1

Announcing Rust 1.34.1

This patch release fixes two false positives and a panic when checking macros in Clippy. Clippy is a tool which provides a collection of lints to catch common mistakes and improve your Rust code. This lint did not take into account that functions inside implementations cannot be s. For example, when given the following snippet, the lint would trigger:

A recent rustup release, 1.18.0, introduced a regression that prevented installing Rust through the shell script on older platforms.

Source: blog.rust-lang.org