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 d377447 commit ad8890fCopy full SHA for ad8890f
src/librustdoc/html/static/js/storage.js
@@ -279,7 +279,7 @@ class RustdocSearchElement extends HTMLElement {
279
</div>
280
</form>
281
</nav>
282
- <div id="search-focus-panel">example query goes here</div>`;
+ <div id="search-focus-panel">loading crate list...</div>`;
283
}
284
285
window.customElements.define("rustdoc-search", RustdocSearchElement);
0 commit comments