Skip to content

Commit ad8890f

Browse files
committed
change placeholder text
1 parent d377447 commit ad8890f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/js/storage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ class RustdocSearchElement extends HTMLElement {
279279
</div>
280280
</form>
281281
</nav>
282-
<div id="search-focus-panel">example query goes here</div>`;
282+
<div id="search-focus-panel">loading crate list...</div>`;
283283
}
284284
}
285285
window.customElements.define("rustdoc-search", RustdocSearchElement);

0 commit comments

Comments
 (0)