We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ed660 commit 8719b74Copy full SHA for 8719b74
src/librustdoc/html/format.rs
@@ -575,7 +575,7 @@ fn generate_macro_def_id_path(
575
ExternalLocation::Local => {
576
// `root_path` always end with a `/`.
577
format!(
578
- "{root_path}{crate_name}/{path}",
+ "{root_path}{path}",
579
root_path = root_path.unwrap_or(""),
580
path = path.iter().map(|p| p.as_str()).join("/")
581
)
0 commit comments