summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js/doc-alias-filter-out.js
blob: 46a089d06ebefa32df84c6746e2142c098f96835 (plain)
1
2
3
4
5
6
7
8
9
// exact-check

const QUERY = 'true';

const FILTER_CRATE = 'some_other_crate';

const EXPECTED = {
    'others': [],
};