]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/doc-alias-filter.js
Rollup merge of #87178 - moxian:rd-use, r=jyn514
[rust.git] / src / test / rustdoc-js / doc-alias-filter.js
1 // exact-check
2
3 const QUERY = 'true';
4
5 const FILTER_CRATE = 'doc_alias_filter';
6
7 const EXPECTED = {
8     'others': [
9         {
10             'path': 'doc_alias_filter',
11             'name': 'Foo',
12             'alias': 'true',
13             'href': '../doc_alias_filter/struct.Foo.html',
14             'is_alias': true
15         },
16     ],
17 };