rust/tests/rustdoc-js-std/filter-crate.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
115 B
JavaScript
Raw Normal View History

2018-12-03 22:04:59 +00:00
// exact-check
2018-09-30 22:55:00 +00:00
const FILTER_CRATE = 'core';
const EXPECTED = {
2023-06-09 14:49:38 +00:00
'query': 'hashmap',
2018-09-30 22:55:00 +00:00
'others': [
],
};