rustdoc: Fix links to static items in the search results
This commit is contained in:
parent
68d9284a9b
commit
5940150841
1 changed files with 0 additions and 4 deletions
|
@ -577,10 +577,6 @@
|
|||
displayPath = item.path + '::';
|
||||
href = rootPath + item.path.replace(/::/g, '/') + '/' +
|
||||
name + '/index.html';
|
||||
} else if (type === 'static' || type === 'reexport') {
|
||||
displayPath = item.path + '::';
|
||||
href = rootPath + item.path.replace(/::/g, '/') +
|
||||
'/index.html';
|
||||
} else if (type === "primitive") {
|
||||
displayPath = "";
|
||||
href = rootPath + item.path.replace(/::/g, '/') +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue