From ea3ce142b774b6469fdea292a939b5e7a9efda85 Mon Sep 17 00:00:00 2001 From: kirtchev-adacore Date: Tue, 10 Mar 2026 16:42:30 +0200 Subject: [PATCH] [Change]: [1.94.0] Add warn-by-default unused_visibilities lint This PR updates the changelog of the FLS to indicate that the related rust-lang PR does not fall within the scope of the FLS. Closes: https://github.com/rust-lang/fls/issues/672 --- src/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changelog.rst b/src/changelog.rst index eec64987..701c1c02 100644 --- a/src/changelog.rst +++ b/src/changelog.rst @@ -25,6 +25,9 @@ Language changes in Rust 1.94.0 - `Impls and impl items inherit dead_code lint level of the corresponding traits and trait items `_ - `Stabilize additional 29 RISC-V target features including large portions of the RVA22U64 / RVA23U64 profiles `_ - `Add warn-by-default unused_visibilities lint for visibility on const _ declarations `_ + + - No change: Lints are not part of the FLS + - `Update to Unicode 17 `_ - `Avoid incorrect lifetime errors for closures `_