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.
initSearch
search.js
1 parent 6ca4639 commit 2eccf18Copy full SHA for 2eccf18
src/librustdoc/html/static/js/search.js
@@ -5872,6 +5872,10 @@ Lev1TParametricDescription.prototype.offsetIncrs3 = /*2 bits per value */ new In
5872
0xa0fc0000,0x5555ba08,0x55555555,
5873
]);
5874
5875
+// ====================
5876
+// WARNING: Nothing should be added below this comment: we need the `initSearch` function to
5877
+// be called ONLY when the whole file has been parsed and loaded.
5878
+
5879
// @ts-expect-error
5880
function initSearch(searchIndx) {
5881
rawSearchIndex = searchIndx;
0 commit comments