mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
31121cbec3
Clarify effect of orphan rule changes on From/Into Updated documentation for `std::convert` and `std::convert::From` to reflect changes to orphan rule in Rust 1.41. It should no longer be necessary to implement `Into` directly, unless targeting an older version. r? @steveklabnik