This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
732ad59779
rust
/
tests
/
rustdoc-js-std
/
alias-4.js
7 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(rustdoc): generics search This commit adds a test case for generics, re-adds generics data to the search index, and tweaks function indexing to use less space in JSON. This reverts commit 14ca89446c076bcf484d3d05bd991a4b7985a409.
2021-06-26 14:00:26 -05:00
const
EXPECTED
=
{
Update rustdoc-js* format
2023-06-09 09:49:38 -05:00
'query'
:
'<'
,
fix(rustdoc): generics search This commit adds a test case for generics, re-adds generics data to the search index, and tweaks function indexing to use less space in JSON. This reverts commit 14ca89446c076bcf484d3d05bd991a4b7985a409.
2021-06-26 14:00:26 -05:00
'others'
:
[
{
'name'
:
'Ord'
}
,
]
,
}
;
Reference in New Issue
Copy Permalink