rust/tests/rustdoc-js/substring.js

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

9 lines
242 B
JavaScript
Raw Normal View History

2019-04-04 15:28:52 -05:00
const QUERY = 'waker_from';
const EXPECTED = {
'others': [
{ 'path': 'substring::SuperWaker', 'name': 'local_waker_from_nonlocal' },
{ 'path': 'substring::SuperWakerTask', 'name': 'local_waker_from_nonlocal' },
],
};