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 {
1584
1584
* This is effectively string interning, so that function matching can be
1585
1585
* done more quickly. Two types with the same name but different item kinds
1586
1586
* get the same ID.
1587
- *
1588
- * @template T extends string
1589
- * @overload
1587
+ *
1588
+ * @template T extends string
1589
+ * @overload
1590
1590
* @param {T } name
1591
1591
* @param {boolean= } isAssocType - True if this is an assoc type
1592
1592
* @returns {T extends "" ? null : number }
1593
- *
1594
- * @param {string } name
1593
+ *
1594
+ * @param {string } name
1595
1595
* @param {boolean= } isAssocType
1596
1596
* @returns {number | null }
1597
- *
1597
+ *
1598
1598
*/
1599
1599
buildTypeMapIndex ( name , isAssocType ) {
1600
1600
if ( name === "" || name === null ) {
You can’t perform that action at this time.
0 commit comments