about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/path-end-empty.js
blob: 17b8cac8a6681caef0f25e40ecc53ff4287b3d25 (plain)
1
2
3
4
5
6
7
const FILTER_CRATE = "std";
const EXPECTED = {
    'query': 'Option::',
    'others': [
        { 'path': 'std::option::Option', 'name': 'eq' },
    ],
}