diff options
| author | F3real <stefan92ff@yandex.com> | 2021-09-22 19:59:32 +0200 |
|---|---|---|
| committer | F3real <stefan92ff@yandex.com> | 2021-09-22 20:06:03 +0200 |
| commit | bb971e0f58da2c670883826f4a4810b03882f0d1 (patch) | |
| tree | 7ec8af103f0d3fb991da3fdd2a2ee03050aa145b | |
| parent | 7f96b358b0e5a7c8ed03330b469c716fdd1a89b3 (diff) | |
| download | rust-bb971e0f58da2c670883826f4a4810b03882f0d1.tar.gz rust-bb971e0f58da2c670883826f4a4810b03882f0d1.zip | |
Add missing reference to box_vec
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eff73d1fae8..59a3dc651bc 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 |
