Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
rustdoc-js
/
search-short-types.js
blob: 5048e0443c1c2191b0d551e467c0e7c5b1019e59 [
file
] [
log
] [
blame
]
const
EXPECTED
=
{
'query'
:
'P'
,
'others'
:
[
{
'path'
:
'search_short_types'
,
'name'
:
'P'
},
{
'path'
:
'search_short_types::VeryLongTypeName'
,
'name'
:
'p'
},
{
'path'
:
'search_short_types'
,
'name'
:
'Pa'
},
],
};