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() {
30
30
//~^ redundant_box
31
31
}
32
32
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
34
34
// Box<&T>
35
35
//TODO: Maybe these could go away as they are caught by `clippy::redundant_allocation``
36
36
fn 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() {
30
30
//~^ redundant_box
31
31
}
32
32
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
34
34
// Box<&T>
35
35
//TODO: Maybe these could go away as they are caught by `clippy::redundant_allocation``
36
36
fn generic_boxed_thin_ref_is_redundant_to_box ( ) {
You can’t perform that action at this time.
0 commit comments