We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
handleSingleArg
1 parent 8d0e10c commit 4d26bdeCopy full SHA for 4d26bde
src/librustdoc/html/static/js/search.js
@@ -1246,6 +1246,10 @@ window.initSearch = function(rawSearchIndex) {
1246
1247
/**
1248
* This function is called in case the query is only one element (with or without generics).
1249
+ * This element will be compared to arguments' and returned values' items and also to items.
1250
+ *
1251
+ * Other important thing to note: since there is only one element, we use levenshtein
1252
+ * distance for name comparisons.
1253
*
1254
* @param {Row} row
1255
* @param {integer} pos - Position in the `searchIndex`.
0 commit comments