Sign in
rust
/
rust
/
b243d015f4c83a1bea4b82bb87608c8bcbb22dc4
/
.
/
tests
/
rustdoc-js
/
reexport-dedup-method.js
blob: 5d1497df4d51527153a49e0b7c024e839cb7606b [
file
]
// exact-check
const
EXPECTED
=
[
{
'query'
:
'Subscriber dostuff'
,
'others'
:
[
{
'path'
:
'foo::fmt::Subscriber'
,
'name'
:
'dostuff'
},
],
},
{
'query'
:
'AnotherOne dostuff'
,
'others'
:
[
{
'path'
:
'foo::AnotherOne'
,
'name'
:
'dostuff'
},
],
},
];