From ae4ab9e369a2c92e74b7535827979b067afec139 Mon Sep 17 00:00:00 2001 From: xFrednet Date: Tue, 26 Dec 2023 20:52:05 +0100 Subject: [PATCH] Fix typo in changelog for 1.75 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6feaf857876..6f0a3b04919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,7 +45,7 @@ Current stable, released 2023-12-28 ### Enhancements -* [`declare_interior_mutable_const`] and [`borrow_interior_mutable_const`]: Now follow check the +* [`declare_interior_mutable_const`] and [`borrow_interior_mutable_const`]: Now check the [`ignore-interior-mutability`] config value [#11678](https://github.com/rust-lang/rust-clippy/pull/11678)