diff options
| author | bors <bors@rust-lang.org> | 2023-12-26 20:34:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-12-26 20:34:01 +0000 |
| commit | cda17014fabacb515a968c5247038c6c325e5be7 (patch) | |
| tree | 880afadd62617069733aaef5188b612404312d4c | |
| parent | eb679c7f34cc6f052c92b20709a8c0075844fb47 (diff) | |
| parent | ae4ab9e369a2c92e74b7535827979b067afec139 (diff) | |
| download | rust-cda17014fabacb515a968c5247038c6c325e5be7.tar.gz rust-cda17014fabacb515a968c5247038c6c325e5be7.zip | |
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
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d5023c7734e..e01c09b295c 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) |
