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 64a13a4 commit 88ab938Copy full SHA for 88ab938
src/librustdoc/html/static/main.js
@@ -742,8 +742,6 @@
742
if ($(this).val().length === 0) {
743
if (browserSupportsHistoryApi()) {
744
history.replaceState("", "std - Rust", "?search=");
745
- } else {
746
- location.replace("?search=");
747
}
748
$('#main.content').removeClass('hidden');
749
$('#search.content').addClass('hidden');
0 commit comments