Skip to content

Commit a09bb45

Browse files
committed
fixup! redundant_box lint
1 parent 85f88b6 commit a09bb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/redundant_box.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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``
3636
fn generic_boxed_thin_ref_is_redundant_to_box() {

0 commit comments

Comments
 (0)