Skip to content

Commit bb971e0

Browse files
committed
Add missing reference to box_vec
1 parent 7f96b35 commit bb971e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ Released 2020-11-19
10501050
[#5913](https://github.com/rust-lang/rust-clippy/pull/5913)
10511051
* Add example of false positive to [`ptr_arg`] docs.
10521052
[#5885](https://github.com/rust-lang/rust-clippy/pull/5885)
1053-
* [`box_vec`], [`vec_box`] and [`borrowed_box`]: add link to the documentation of `Box`
1053+
* [`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`
10541054
[#6023](https://github.com/rust-lang/rust-clippy/pull/6023)
10551055

10561056
## Rust 1.47

0 commit comments

Comments
 (0)