rust/tests/rustdoc-js-std/filter-crate.js
2023-01-11 09:32:08 +00:00

10 lines
118 B
JavaScript

// exact-check
const QUERY = '"hashmap"';
const FILTER_CRATE = 'core';
const EXPECTED = {
'others': [
],
};