You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/conversion/from_into.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,8 @@ fn main() {
73
73
74
74
`From` and `Into` are designed to be complementary.
75
75
We do not need to provide an implementation for both traits.
76
-
If you have implemented the `From` trait for your type, `Into` will call it
77
-
when necessary. Note, however, that the converse is not true: implementing `Into` for your type will not automatically provide it with an implementation of `From`.
76
+
If you have implemented the `From` trait for your type, `Into` will call it
77
+
when necessary. Note, however, that the converse is not true: implementing `Into` for your type will not automatically provide it with an implementation of `From`.
0 commit comments