Skip to content

Commit 6d3ecf4

Browse files
committed
Add exports as global variable
1 parent 7ad49b1 commit 6d3ecf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/js/search-core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ignore-tidy-filelength
2-
/* global searchState */
2+
/* global searchState, exports */
33

44
"use strict";
55

0 commit comments

Comments
 (0)