rustdoc-search: fix description on aliases in results
This needs to start downloading the descriptions after aliases have been added to the result set.
This commit is contained in:
parent
fa0068b541
commit
2e7d9e9acb
2 changed files with 16 additions and 11 deletions
|
@ -1,6 +1,10 @@
|
|||
const EXPECTED = {
|
||||
'query': '&',
|
||||
'others': [
|
||||
{ 'path': 'std', 'name': 'reference' },
|
||||
{
|
||||
'path': 'std',
|
||||
'name': 'reference',
|
||||
'desc': "References, <code>&T</code> and <code>&mut T</code>.",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue