We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f88b6 commit a09bb45Copy full SHA for a09bb45
tests/ui/redundant_box.rs
@@ -30,7 +30,7 @@ fn wide_int_ref_is_redundant_to_box() {
30
//~^ redundant_box
31
}
32
33
-// Tests for the cases listed on https://github.com/rust-lang/rust-clippy/issues/2394
+// Tests for some of the cases listed on https://github.com/rust-lang/rust-clippy/issues/2394
34
// Box<&T>
35
//TODO: Maybe these could go away as they are caught by `clippy::redundant_allocation``
36
fn generic_boxed_thin_ref_is_redundant_to_box() {
0 commit comments