Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add precision on From/Into asymmetry to from_into.md
Adding a note to the effect that whilst implementing `From` for a type will provide it w/ `Into`, it doesn't work the other way around: implementing `Into` will not give you `From`.
- Loading branch information