Skip to content

Commit 0d6c128

Browse files
llogiqgiraffate
andauthored
Update clippy_lints/src/from_over_into.rs
Co-authored-by: Takayuki Nakata <[email protected]>
1 parent 7e641c8 commit 0d6c128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/from_over_into.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl LateLintPass<'_> for FromOverInto {
7171
cx,
7272
FROM_OVER_INTO,
7373
item.span,
74-
"An implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true.",
74+
"an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true",
7575
None,
7676
"consider to implement `From` instead",
7777
);

0 commit comments

Comments
 (0)