We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d9284 commit 5940150Copy full SHA for 5940150
src/librustdoc/html/static/main.js
@@ -577,10 +577,6 @@
577
displayPath = item.path + '::';
578
href = rootPath + item.path.replace(/::/g, '/') + '/' +
579
name + '/index.html';
580
- } else if (type === 'static' || type === 'reexport') {
581
- displayPath = item.path + '::';
582
- href = rootPath + item.path.replace(/::/g, '/') +
583
- '/index.html';
584
} else if (type === "primitive") {
585
displayPath = "";
586
href = rootPath + item.path.replace(/::/g, '/') +
0 commit comments