about summary refs log tree commit diff
path: root/src/test/rustdoc-js/generics.js
AgeCommit message (Collapse)AuthorLines
2021-10-29Fix invalid handling of genericsGuillaume Gomez-4/+18
2021-07-01fix(rustdoc): generics searchMichael Howell-0/+44
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.