From c11bc75fb0037f293c94d88ecc772f37c4fe00cc Mon Sep 17 00:00:00 2001 From: Ada Alakbarova Date: Wed, 25 Jun 2025 01:00:34 +0200 Subject: [PATCH] changelog: link to the correct PR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8520465107d2..6700d5e27a66 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)