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.
1 parent 7635f2b commit 32ebe8eCopy full SHA for 32ebe8e
src/librustdoc/html/static/js/search.js
@@ -2319,7 +2319,7 @@ class DocSearch {
2319
* @param {rustdoc.ParserQueryElement} elem
2320
*/
2321
function convertTypeFilterOnElem(elem) {
2322
- if (typeof elem.typeFilter === 'string') {
+ if (typeof elem.typeFilter === "string") {
2323
let typeFilter = elem.typeFilter;
2324
if (typeFilter === "const") {
2325
typeFilter = "constant";
0 commit comments