This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-28 19:17:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
346d33a5b7
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 19:00:26 +00:00
const
EXPECTED
=
{
Update rustdoc-js* format
2023-06-09 14:49:38 +00: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 19:00:26 +00:00
'others'
:
[
{
'name'
:
'Ord'
}
,
]
,
}
;
Reference in New Issue
Copy Permalink