Clipboard button should copy version for crate, not just the name #106990
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Take https://docs.rs/tokio/1.24.1/tokio/index.html as an example: clicking the clipboard will copy
tokio
to the clipboard, but ideally it would copytokio = "1.24.1"
, like https://docs.rs/crate/tokio/latest does. Rustdoc already has this information because it shows the crate version in the sidebar.The text was updated successfully, but these errors were encountered: