rust/tests/rustdoc-js-std/alias-1.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
228 B
JavaScript
Raw Normal View History

2018-04-20 02:14:47 +08:00
const EXPECTED = {
2023-06-09 22:49:38 +08:00
'query': '&',
2018-04-20 02:14:47 +08:00
'others': [
{
'path': 'std',
'name': 'reference',
'desc': "References, <code>&amp;T</code> and <code>&amp;mut T</code>.",
},
2018-04-20 02:14:47 +08:00
],
};