rust/tests/rustdoc-js-std/alias-1.js
Michael Howell 2e7d9e9acb rustdoc-search: fix description on aliases in results
This needs to start downloading the descriptions after aliases
have been added to the result set.
2024-04-18 22:21:29 -07:00

11 lines
228 B
JavaScript

const EXPECTED = {
'query': '&',
'others': [
{
'path': 'std',
'name': 'reference',
'desc': "References, <code>&amp;T</code> and <code>&amp;mut T</code>.",
},
],
};