Skip to content

Commit 53f4d43

Browse files
authored
Update from_over_into.stderr
1 parent 0d6c128 commit 53f4d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/from_over_into.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: An implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true.
1+
error: an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true
22
--> $DIR/from_over_into.rs:6:1
33
|
44
LL | / impl Into<StringWrapper> for String {

0 commit comments

Comments
 (0)