]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/substring.js
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / tests / rustdoc-js / substring.js
1 const QUERY = 'waker_from';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'substring::SuperWaker', 'name': 'local_waker_from_nonlocal' },
6         { 'path': 'substring::SuperWakerTask', 'name': 'local_waker_from_nonlocal' },
7     ],
8 };