about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-06-25 09:13:30 +0000
committerGitHub <noreply@github.com>2025-06-25 09:13:30 +0000
commit75463814c69b2d9907a3ccd9ba92a5e74767d00c (patch)
tree465e56c0a4baa3b153e6ec70143e934081c36d94
parentad6e19a2690ec56abe31337e5a2587bc089a806f (diff)
parentc11bc75fb0037f293c94d88ecc772f37c4fe00cc (diff)
downloadrust-75463814c69b2d9907a3ccd9ba92a5e74767d00c.tar.gz
rust-75463814c69b2d9907a3ccd9ba92a5e74767d00c.zip
changelog: link to the correct PR (#15125)
changelog: none
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8520465107d..6700d5e27a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,7 +26,7 @@ Current stable, released 2025-06-26
 ### Moves and Deprecations
 
 * Moved [`uninlined_format_args`] to `style` (from `pedantic`)
-  [#14219](https://github.com/rust-lang/rust-clippy/pull/14219)
+  [#14160](https://github.com/rust-lang/rust-clippy/pull/14160)
 * [`match_on_vec_items`] deprecated in favor of [`indexing_slicing`]
   [#14217](https://github.com/rust-lang/rust-clippy/pull/14217)