Skip to content

Commit

Permalink
Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
dns2utf8 committed Nov 14, 2019
1 parent 82cf3a4 commit e3afe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ function getSearchElement() {
}

var filterCrates = getFilterCrates();
showResults(execSearch(query, index, filterCrates), filterCrates);
showResults(execSearch(query, index, filterCrates));
}

function buildIndex(rawSearchIndex) {
Expand Down

0 comments on commit e3afe6a

Please sign in to comment.