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
118 B
JavaScript
Raw Normal View History

2018-12-03 23:04:59 +01:00
// exact-check
2018-10-01 00:55:00 +02:00
2021-08-11 20:14:26 +02:00
const QUERY = '"hashmap"';
2018-10-01 00:55:00 +02:00
const FILTER_CRATE = 'core';
const EXPECTED = {
'others': [
],
};