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 7e641c8 commit 0d6c128Copy full SHA for 0d6c128
clippy_lints/src/from_over_into.rs
@@ -71,7 +71,7 @@ impl LateLintPass<'_> for FromOverInto {
71
cx,
72
FROM_OVER_INTO,
73
item.span,
74
- "An implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true.",
+ "an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true",
75
None,
76
"consider to implement `From` instead",
77
);
0 commit comments