]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/doc-alias-filter-out.js
Rollup merge of #106144 - tgross35:patch-1, r=Mark-Simulacrum
[rust.git] / tests / rustdoc-js / doc-alias-filter-out.js
1 // exact-check
2
3 const QUERY = 'true';
4
5 const FILTER_CRATE = 'some_other_crate';
6
7 const EXPECTED = {
8     'others': [],
9 };