We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de9c6d commit d963318Copy full SHA for d963318
src/librustdoc/html/static/js/search.js
@@ -351,7 +351,7 @@ function initSearch(rawSearchIndex) {
351
if (parserState.typeFilter === null) {
352
parserState.typeFilter = "macro";
353
} else if (parserState.typeFilter !== "macro") {
354
- throw new Error(`Invalid search type: macro \`!\` and ` +
+ throw new Error("Invalid search type: macro `!` and " +
355
`\`${parserState.typeFilter}\` both specified`);
356
}
357
end = foundExclamation;
0 commit comments