mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
2e7d9e9acb
This needs to start downloading the descriptions after aliases have been added to the result set.
11 lines
228 B
JavaScript
11 lines
228 B
JavaScript
const EXPECTED = {
|
|
'query': '&',
|
|
'others': [
|
|
{
|
|
'path': 'std',
|
|
'name': 'reference',
|
|
'desc': "References, <code>&T</code> and <code>&mut T</code>.",
|
|
},
|
|
],
|
|
};
|