mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 12:25:31 +00:00
remove reference to Into in ? operator core/std docs, fix #111655 remove the text stating that `?` uses `Into::into` and add text stating it uses `From::from` instead. This closes #111655.