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 1695bc4 commit 4cacc4fCopy full SHA for 4cacc4f
clippy_lints/src/size_of_ref.rs
@@ -66,7 +66,7 @@ impl LateLintPass<'_> for SizeOfRef {
66
expr.span,
67
"argument to `std::mem::size_of_val()` is a reference to a reference",
68
None,
69
- "dereference the argument to `std::mem::size_of_val()` to get the size of the value instead of the generic size of any reference-type",
+ "dereference the argument to `std::mem::size_of_val()` to get the size of the value instead of the size of the reference-type",
70
);
71
}
72
0 commit comments