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

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

12 lines
227 B
JavaScript
Raw Normal View History

2018-04-28 17:21:12 +02:00
// ignore-order
2018-04-19 20:14:47 +02:00
const QUERY = '[';
const EXPECTED = {
'others': [
{ 'path': 'std', 'name': 'slice' },
{ 'path': 'std::ops', 'name': 'IndexMut' },
{ 'path': 'std::ops', 'name': 'Index' },
2018-04-19 20:14:47 +02:00
],
};