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 1cd72b7 commit 3024d39Copy full SHA for 3024d39
src/librustdoc/html/static/js/source-script.js
@@ -33,7 +33,7 @@ function createDirEntry(elem, parent, fullPath, hasFoundFile) {
33
folders.className = "folders";
34
if (elem.dirs) {
35
for (const dir of elem.dirs) {
36
- if (createDirEntry(dir, folders, fullPath, hasFoundFile)) {
+ if (createDirEntry(dir, folders, fullPath, false)) {
37
dirEntry.open = true;
38
hasFoundFile = true;
39
}
0 commit comments