Sign in
rust
/
rust-lang
/
rust
/
1c5a0cfc13559b863b47b64b51429360fe55ef73
/
.
/
tests
/
rustdoc-js-std
/
filter-crate.js
blob: 95f2969d29924dbe1cde83977043be45e441d1d8 [
file
] [
log
] [
blame
]
// exact-check
const
FILTER_CRATE
=
'core'
;
const
EXPECTED
=
{
'query'
:
'hashmap'
,
'others'
:
[
],
};