Sign in
rust
/
rust
/
bbf7dc0ddf6c920bb4ed1bf2fe8a7b889b9650a2
/
.
/
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'
},
],
},
];