Auto merge of #12022 - xFrednet:changelog-1-75, r=llogiq

Fix typo in changelog for 1.75

Roses are red,
violets are blue,
another typo fixed,
thanks to you `@llogiq`

---

r? `@llogiq`

changelog: none
This commit is contained in:
bors 2023-12-26 20:34:01 +00:00
commit cda17014fa
1 changed files with 1 additions and 1 deletions

View File

@ -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)