Skip to content

Commit 4c7f828

Browse files
committed
autodoc: fix search regression
1 parent e59ef95 commit 4c7f828

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/docs/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3162,7 +3162,6 @@ const NAV_MODES = {
31623162
canonTypeDecls = new Array(zigAnalysis.types.length);
31633163

31643164
for (let pkgI = 0; pkgI < zigAnalysis.packages.length; pkgI += 1) {
3165-
if (pkgI === zigAnalysis.rootPkg && rootIsStd) continue;
31663165
let pkg = zigAnalysis.packages[pkgI];
31673166
let pkgNames = canonPkgPaths[pkgI];
31683167
if (pkgNames === undefined) continue;

0 commit comments

Comments
 (0)