summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js-std/filter-crate.js
blob: b47a1fefa41d00d7e8646c32bdf38d1016733914 (plain)
1
2
3
4
5
6
7
8
9
// exact-check

const QUERY = '"hashmap"';
const FILTER_CRATE = 'core';

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