about summary refs log tree commit diff
path: root/src/test/rustdoc-js/generics.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-28/+0
2022-04-18Update testsGuillaume Gomez-0/+2
2021-10-29Fix invalid handling of genericsGuillaume Gomez-0/+5
2021-07-01fix(rustdoc): generics searchMichael Howell-0/+21
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.