rust/tests/rustdoc-js/substring.js

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

8 lines
240 B
JavaScript
Raw Normal View History

2019-04-04 22:28:52 +02:00
const EXPECTED = {
2023-06-09 16:49:38 +02:00
'query': 'waker_from',
2019-04-04 22:28:52 +02:00
'others': [
{ 'path': 'substring::SuperWaker', 'name': 'local_waker_from_nonlocal' },
{ 'path': 'substring::SuperWakerTask', 'name': 'local_waker_from_nonlocal' },
],
};