summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js/substring.js
blob: af05cd1ad34d172402fea99a8862b9902ae39615 (plain)
1
2
3
4
5
6
7
8
const QUERY = 'waker_from';

const EXPECTED = {
    'others': [
        { 'path': 'substring::SuperWaker', 'name': 'local_waker_from_nonlocal' },
        { 'path': 'substring::SuperWakerTask', 'name': 'local_waker_from_nonlocal' },
    ],
};