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 16:04:59 -06:00
// exact-check
2018-09-30 17:55:00 -05:00
const FILTER_CRATE = 'core';
const EXPECTED = {
2023-06-09 09:49:38 -05:00
'query': 'hashmap',
2018-09-30 17:55:00 -05:00
'others': [
],
};