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