Update from_over_into.stderr

This commit is contained in:
Bastian Kersting 2020-12-21 17:15:05 +01:00 committed by GitHub
parent 0d6c128bfd
commit 53f4d437f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
error: An implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true.
error: an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true
--> $DIR/from_over_into.rs:6:1
|
LL | / impl Into<StringWrapper> for String {