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 20:28:52 +00:00
const EXPECTED = {
2023-06-09 14:49:38 +00:00
'query': 'waker_from',
2019-04-04 20:28:52 +00:00
'others': [
{ 'path': 'substring::SuperWaker', 'name': 'local_waker_from_nonlocal' },
{ 'path': 'substring::SuperWakerTask', 'name': 'local_waker_from_nonlocal' },
],
};