File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ fn wide_int_ref_is_redundant_to_box() {
3030 //~^ redundant_box
3131}
3232
33- // Tests for the cases listed on https://github.com/rust-lang/rust-clippy/issues/2394
33+ // Tests for some of the cases listed on https://github.com/rust-lang/rust-clippy/issues/2394
3434// Box<&T>
3535//TODO: Maybe these could go away as they are caught by `clippy::redundant_allocation``
3636fn generic_boxed_thin_ref_is_redundant_to_box() {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ fn wide_int_ref_is_redundant_to_box() {
3030 //~^ redundant_box
3131}
3232
33- // Tests for the cases listed on https://github.com/rust-lang/rust-clippy/issues/2394
33+ // Tests for some of the cases listed on https://github.com/rust-lang/rust-clippy/issues/2394
3434// Box<&T>
3535//TODO: Maybe these could go away as they are caught by `clippy::redundant_allocation``
3636fn generic_boxed_thin_ref_is_redundant_to_box ( ) {
You can’t perform that action at this time.
0 commit comments