We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e170d87 commit d765b73Copy full SHA for d765b73
src/librustdoc/html/static/js/search.js
@@ -1740,7 +1740,7 @@ window.initSearch = rawSearchIndex => {
1740
1741
let output = "<div id=\"search-settings\">" +
1742
`<h1 class="search-results-title">Results for ${escape(results.query.userQuery)}` +
1743
- `${typeFilter}</h1> in ${crates} </div>`;
+ `${typeFilter}</h1>${crates}</div>`;
1744
if (results.query.error !== null) {
1745
output += `<h3>Query parser error: "${results.query.error}".</h3>`;
1746
output += "<div id=\"titles\">" +
0 commit comments