Open
Description
Problem you are trying to solve
rustup doc
requires giving the exact path to an item in order to get its documentation. I'd love to write rustup doc File
rather than rustup doc std::fs::File
.
Solution you'd like
rustup doc File
should open the documentation for std::fs::File
.
This could work by doing the search in rustup
, or by opening the rustdoc search page with a query of File
.
Notes
No response