Skip to content

Commit 6d3ecf4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)