File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/librustdoc/html/static/js Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1584,17 +1584,17 @@ class DocSearch {
15841584 * This is effectively string interning, so that function matching can be
15851585 * done more quickly. Two types with the same name but different item kinds
15861586 * get the same ID.
1587- *
1588- * @template T extends string
1589- * @overload
1587+ *
1588+ * @template T extends string
1589+ * @overload
15901590 * @param {T } name
15911591 * @param {boolean= } isAssocType - True if this is an assoc type
15921592 * @returns {T extends "" ? null : number }
1593- *
1594- * @param {string } name
1593+ *
1594+ * @param {string } name
15951595 * @param {boolean= } isAssocType
15961596 * @returns {number | null }
1597- *
1597+ *
15981598 */
15991599 buildTypeMapIndex ( name , isAssocType ) {
16001600 if ( name === "" || name === null ) {
You can’t perform that action at this time.
0 commit comments