rust/src/test/rustdoc-js-std/alias-4.js
Michael Howell cedd2425b6 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 14ca89446c.
2021-07-01 06:40:27 -07:00

7 lines
92 B
JavaScript

const QUERY = '<';
const EXPECTED = {
'others': [
{ 'name': 'Ord' },
],
};