From bb971e0f58da2c670883826f4a4810b03882f0d1 Mon Sep 17 00:00:00 2001 From: F3real Date: Wed, 22 Sep 2021 19:59:32 +0200 Subject: [PATCH] Add missing reference to box_vec --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eff73d1fa..59a3dc651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1050,7 +1050,7 @@ Released 2020-11-19 [#5913](https://github.com/rust-lang/rust-clippy/pull/5913) * Add example of false positive to [`ptr_arg`] docs. [#5885](https://github.com/rust-lang/rust-clippy/pull/5885) -* [`box_vec`], [`vec_box`] and [`borrowed_box`]: add link to the documentation of `Box` +* [`box_vec`](https://rust-lang.github.io/rust-clippy/master/index.html#box_collection), [`vec_box`] and [`borrowed_box`]: add link to the documentation of `Box` [#6023](https://github.com/rust-lang/rust-clippy/pull/6023) ## Rust 1.47