Sign in
rust
/
rust
/
be90b53d2b756c83f14ea80c4e607fc81dfa3d1d
/
.
/
tests
/
rustdoc-js-std
/
enum-option.js
blob: 902e09069108dc0b6d1b6dc1505d0e88842427a3 [
file
] [
log
] [
blame
]
const
QUERY
=
'enum:Option'
;
const
EXPECTED
=
{
'others'
:
[
{
'path'
:
'std::option'
,
'name'
:
'Option'
},
],
};