Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
rustdoc-js
/
sort-stability.js
blob: 8c095619a0866cbcf39d666832651052b9b26982 [
file
] [
log
] [
blame
]
const
EXPECTED
=
[
{
'query'
:
'foo'
,
'others'
:
[
{
"path"
:
"sort_stability::old"
,
"name"
:
"foo"
},
{
"path"
:
"sort_stability::new"
,
"name"
:
"foo"
},
],
},
];