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 1adb51f commit d870dd8Copy full SHA for d870dd8
src/librustdoc/html/static/js/search.js
@@ -1913,7 +1913,7 @@ class DocSearch {
1913
this.getPathData(entry.exactModulePath) :
1914
null,
1915
buildParentLike("parent"),
1916
- await buildParentLike("traitParent"),
+ buildParentLike("traitParent"),
1917
entry ? this.getName(entry.krate) : "",
1918
]);
1919
const crate = crateOrNull === null ? "" : crateOrNull;
0 commit comments