]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-js/substring.js
Update unsuspicious file list
[rustc.git] / src / test / rustdoc-js / substring.js
CommitLineData
48663c56
XL
1const QUERY = 'waker_from';
2
3const EXPECTED = {
4 'others': [
5 { 'path': 'substring::SuperWaker', 'name': 'local_waker_from_nonlocal' },
6 { 'path': 'substring::SuperWakerTask', 'name': 'local_waker_from_nonlocal' },
7 ],
8};