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 49a9137 + 88ab938 commit 17ea3e8Copy full SHA for 17ea3e8
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