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.
2 parents 2c4d039 + 88ab938 commit 90f2b69Copy full SHA for 90f2b69
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