Sign in
rust
/
rust
/
7d20cf852fd1de9aa62ed0d2b4f2e5d2afdbff29
/
.
/
tests
/
rustdoc-js-std
/
never.js
blob: 27d415b5e486d58858e88828f544c3e68fb6c0a6 [
file
]
const
EXPECTED
=
[
{
'query'
:
'!'
,
'others'
:
[
{
'path'
:
'std'
,
'name'
:
'never'
},
],
},
{
'query'
:
'!::clone'
,
'others'
:
[
{
'path'
:
'std::never'
,
'name'
:
'clone'
},
],
},
];