mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
Update from_over_into.stderr
This commit is contained in:
parent
0d6c128bfd
commit
53f4d437f4
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue