We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbb0a50 + 3e2bd2a commit f001441Copy full SHA for f001441
src/conversion/from_into.md
@@ -43,8 +43,8 @@ fn main() {
43
## `Into`
44
45
The [`Into`] trait is simply the reciprocal of the `From` trait. That is, if you
46
-have implemented the `From` trait for your type you get the `Into`
47
-implementation for free.
+have implemented the `From` trait for your type, `Into` will call it when
+necessary.
48
49
Using the `Into` trait will typically require specification of the type to
50
convert into as the compiler is unable to determine this most of the time.
0 commit comments