rust/tests/rustdoc-js-std/filter-crate.js
2023-06-09 17:00:47 +02:00

10 lines
115 B
JavaScript

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