-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed as duplicate of#137048
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.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
Location
All page for any item (e.g. https://doc.rust-lang.org/std/fs/fn.read_dir.html).
Summary
When clicking on the copy button next to the item name the copied name is not usable in the code. The result when copied the name of https://doc.rust-lang.org/std/fs/fn.read_dir.html is:
std::fs - Rust::read_dir
Which does not useful. The copied text should be:
std::fs::read_dir
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.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.