]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #42126 - clarcharr:into_docs, r=steveklabnik
authorMark Simulacrum <mark.simulacrum@gmail.com>
Wed, 31 May 2017 16:52:44 +0000 (10:52 -0600)
committerGitHub <noreply@github.com>
Wed, 31 May 2017 16:52:44 +0000 (10:52 -0600)
Clarify docs on implementing Into.

This was suggested by @dtolnay in #40380.

This explicitly clarifies in what circumstances you should implement `Into` instead of `From`.


Trivial merge