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
Problem you are trying to solve
rustup docrequires giving the exact path to an item in order to get its documentation. I'd love to writerustup doc Filerather thanrustup doc std::fs::File.Solution you'd like
rustup doc Fileshould open the documentation forstd::fs::File.This could work by doing the search in
rustup, or by opening the rustdoc search page with a query ofFile.Notes
No response