Fix typo in changelog for 1.75

This commit is contained in:
xFrednet 2023-12-26 20:52:05 +01:00
parent 2087e24338
commit ae4ab9e369
No known key found for this signature in database
GPG Key ID: F5C59D0E669E5302

View File

@ -45,7 +45,7 @@ Current stable, released 2023-12-28
### Enhancements ### 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 [`ignore-interior-mutability`] config value
[#11678](https://github.com/rust-lang/rust-clippy/pull/11678) [#11678](https://github.com/rust-lang/rust-clippy/pull/11678)