Files
rust/tests/rustdoc-js-std/alias-2.js

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

8 lines
163 B
JavaScript
Raw Normal View History

2018-04-19 20:14:47 +02:00
const EXPECTED = {
2023-06-09 16:49:38 +02:00
'query': '+',
2018-04-19 20:14:47 +02:00
'others': [
{ 'path': 'std::ops', 'name': 'Add' },
{ 'path': 'std::ops', 'name': 'AddAssign' },
2018-04-19 20:14:47 +02:00
],
};