You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.