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