-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
I was looking at docs for tokio-proto, and noticed that there were helpful tooltips for types defined in the crate, but not for types like Handle and FramedIo, whice are defined in other crates.
It would be great if, even if they aren't clickable, types outside of the crate would get tooltips showing the full path of the type, to hint at where to look to learn more. So Handle
would show a tooltip with tokio_core::reactor::Handle
and FramedIo
would show one with tokio_core::io::FramedIo
.
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.